diff --git a/api/poetry.lock b/api/poetry.lock index 20a5399f0..541359549 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3015,14 +3015,14 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "1.11.1" +version = "1.12.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.11.1.tar.gz", hash = "sha256:675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"}, - {file = "sentry_sdk-1.11.1-py2.py3-none-any.whl", hash = "sha256:8b4ff696c0bdcceb3f70bbb87a57ba84fd3168b1332d493fcd16c137f709578c"}, + {file = "sentry-sdk-1.12.0.tar.gz", hash = "sha256:dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914"}, + {file = "sentry_sdk-1.12.0-py2.py3-none-any.whl", hash = "sha256:3c9bc64025976842c1103cd75d45cff94a7c0cc48fa07770d07a09d2ab8dac30"}, ] [package.dependencies] @@ -3040,6 +3040,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] +opentelemetry = ["opentelemetry-distro (>=0.350b0)"] pure-eval = ["asttokens", "executing", "pure-eval"] pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] @@ -3845,4 +3846,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "030c177c43db85b86c643094f839eb41f8d6c5d4027df25230e6953a15034211" +content-hash = "49194fbda98a043fcbd62da970ef68c46dffd16ea2fee24010ecd208f8d36d3e" diff --git a/api/pyproject.toml b/api/pyproject.toml index 5c728b698..619418e14 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -73,7 +73,7 @@ uvicorn = {version = "==0.20.0", extras = ["standard"]} django-cache-memoize = "0.1.10" requests-http-message-signatures = "==0.3.1" drf-spectacular = "==0.25.1" -sentry-sdk = "==1.11.1" +sentry-sdk = "==1.12.0" pluralizer = "==1.2.0" importlib_metadata = {version = "==4.13.0", python = "<=3.7"} # Keep support python 3.7, can be removed if we drop support dj-rest-auth = {extras = ["with_social"], version = "2.2.5"}