diff --git a/backend/poetry.lock b/backend/poetry.lock index 890c7c30..6b4c2c0e 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1730,13 +1730,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.14.0" +version = "2.16.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"}, - {file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"}, + {file = "sentry_sdk-2.16.0-py2.py3-none-any.whl", hash = "sha256:49139c31ebcd398f4f6396b18910610a0c1602f6e67083240c33019d1f6aa30c"}, + {file = "sentry_sdk-2.16.0.tar.gz", hash = "sha256:90f733b32e15dfc1999e6b7aca67a38688a567329de4d6e184154a73f96c6892"}, ] [package.dependencies] @@ -1759,6 +1759,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"] +http2 = ["httpcore[http2] (==1.*)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] @@ -1976,4 +1977,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "081831b36020d8defabcd51608d865257307ff57b0c4ca33eb41db3a0f1e935a" +content-hash = "1ed2b866fb99449abdc71f31bbd5956e49d7453034233758946f80c94b9689ce" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 1ba73e43..62774c26 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,7 @@ pyexcel-ezodf = "^0.3.4" django-environ = "^0.11.2" django-money = "^3.5.3" python-redmine = "^2.5.0" -sentry-sdk = "^2.14.0" +sentry-sdk = "^2.16.0" whitenoise = "^6.7.0" django-hurricane = "^1.6.0" openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.