diff --git a/poetry.lock b/poetry.lock index b3509fe74..67aa39aff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2192,18 +2192,18 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.44.1" +version = "2.0.1" description = "Python client for Sentry (https://sentry.io)" optional = true -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"}, - {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"}, + {file = "sentry_sdk-2.0.1-py2.py3-none-any.whl", hash = "sha256:b54c54a2160f509cf2757260d0cf3885b608c6192c2555a3857e3a4d0f84bdb3"}, + {file = "sentry_sdk-2.0.1.tar.gz", hash = "sha256:c278e0f523f6f0ee69dc43ad26dcdb1202dffe5ac326ae31472e012d941bee21"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = ">=1.26.11" [package.extras] aiohttp = ["aiohttp (>=3.5)"] @@ -2962,4 +2962,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8c6992efd251053245484917a928852907ac2fcf932b2ed1d64ac832d6b2470e" +content-hash = "94886cc899366a6430f07d042faa0d2b59ad84f59fb8bddad8f4efff3d4ff647" diff --git a/pyproject.toml b/pyproject.toml index 40d0be5a3..36dfa294c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ objgraph = { version = "3.6.1", optional = true } psycopg2 = { version = "2.9.9", optional = true } pyramid = { version = "2.0.2", optional = true } pyramid-tm = { version = "2.5", optional = true } -sentry-sdk = { version = "1.44.1", optional = true } +sentry-sdk = { version = "2.0.1", optional = true } ujson = { version = "5.9.0" } cee_syslog_handler = { version = "0.6.0" } SQLAlchemy = { version = "2.0.29", optional = true }