diff --git a/django/poetry.lock b/django/poetry.lock index 27f5f17ec..3ca6c05b2 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -1128,19 +1128,19 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[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)"] @@ -1633,4 +1633,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b36255747e0a3821f662fc0261d0998df9dce9a3821818cfa266ff58e2fcfa33" +content-hash = "33987303a53e2e5ec25017367248ce7d19d0ca2a63c5c89b1ed5a680ef372e1f" diff --git a/django/pyproject.toml b/django/pyproject.toml index 8e9ad6935..72b802759 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -14,7 +14,7 @@ django-model-utils = "4.3.1" sqlalchemy = "2.0.11" social-auth-app-django = "5.2.0" social-auth-core = "4.4.2" -sentry-sdk = "1.21.1" +sentry-sdk = "1.22.1" redis = "4.5.4" tweepy = "4.14.0" django-celery-results = "2.5.0"