diff --git a/poetry.lock b/poetry.lock index 848b1db6d..056b08592 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2149,18 +2149,18 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.44.0" +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.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"}, - {file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"}, + {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)"] @@ -2893,4 +2893,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "f02f5e90b4075a24d05dcbf7066aed65b9f0cd9448b044af754327a9a13aaf95" +content-hash = "b8b185ebbf098420b1f6bd74070e78884f3b6d238780cf319d1ac7518bff370b" diff --git a/pyproject.toml b/pyproject.toml index 7195544fe..66b0b528c 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.0", 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 }