diff options
Diffstat (limited to 'poetry.lock')
| -rw-r--r-- | poetry.lock | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 3e9f0f4f..da269ab3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1286,19 +1286,19 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]  [[package]]  name = "sentry-sdk" -version = "1.21.1" +version = "1.22.1"  description = "Python client for Sentry (https://sentry.io)"  category = "main"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.21.1.tar.gz", hash = "sha256:99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458"}, -    {file = "sentry_sdk-1.21.1-py2.py3-none-any.whl", hash = "sha256:092888f3abf7a2ea78f0bfcefc3e0465caee2b6f0efb26f538ccc60f95dca179"}, +    {file = "sentry-sdk-1.22.1.tar.gz", hash = "sha256:052dff5069c6f0d836ee014323576824a9b40836fc003fb12489a1f19c60a3c9"}, +    {file = "sentry_sdk-1.22.1-py2.py3-none-any.whl", hash = "sha256:c6c6946f8c927adb00af1c5ab6921df38775b2199b9003816d5935a1310352d5"},  ]  [package.dependencies]  certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = {version = ">=1.26.11,<2.0.0", markers = "python_version >= \"3.6\""}  [package.extras]  aiohttp = ["aiohttp (>=3.5)"] @@ -1509,4 +1509,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.10.*" -content-hash = "65157862f1dee34d33112066c24b5158dbff304e3e205fe4ace73b11e6ed6cf9" +content-hash = "62d3e639eaaa6cb1e654e9504e4410a8d04dd92cc2ac697662a83fdae8473680"  |