diff --git a/backend/poetry.lock b/backend/poetry.lock index 9291e553..fc055a86 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1730,13 +1730,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.14.0" +version = "2.15.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.15.0-py2.py3-none-any.whl", hash = "sha256:8fb0d1a4e1a640172f31502e4503543765a1fe8a9209779134a4ac52d4677303"}, + {file = "sentry_sdk-2.15.0.tar.gz", hash = "sha256:a599e7d3400787d6f43327b973e55a087b931ba2c592a7a7afa691f8eb5e75e2"}, ] [package.dependencies] @@ -1976,4 +1976,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "16716108075f4f3986f0eea5e591cd1c964558af9717979094d7305f9f6eb2fc" +content-hash = "3c900c4b823987b7cf2bf8e94894b191bc496a49e09644d59838595f1882f999" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5eca64ce..38bbeea8 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.15.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.