diff --git a/backend/poetry.lock b/backend/poetry.lock index dab2a848..fa209c20 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1722,13 +1722,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.19.2" +version = "2.20.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.19.2-py2.py3-none-any.whl", hash = "sha256:ebdc08228b4d131128e568d696c210d846e5b9d70aa0327dec6b1272d9d40b84"}, - {file = "sentry_sdk-2.19.2.tar.gz", hash = "sha256:467df6e126ba242d39952375dd816fbee0f217d119bf454a8ce74cf1e7909e8d"}, + {file = "sentry_sdk-2.20.0-py2.py3-none-any.whl", hash = "sha256:c359a1edf950eb5e80cffd7d9111f3dbeef57994cb4415df37d39fda2cf22364"}, + {file = "sentry_sdk-2.20.0.tar.gz", hash = "sha256:afa82713a92facf847df3c6f63cec71eb488d826a50965def3d7722aa6f0fdab"}, ] [package.dependencies] @@ -1773,6 +1773,7 @@ sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] starlite = ["starlite (>=1.48)"] tornado = ["tornado (>=6)"] +unleash = ["UnleashClient (>=6.0.1)"] [[package]] name = "setuptools" @@ -1971,4 +1972,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc2c1ed2de1213baa2a39dfa08922c9c511de42810e1c5270048bc09ad3d3ff7" +content-hash = "93a7af7590b3bb14f4fc5a661356c72d5e667fc72065be5a04fae8fad5b41b70" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e724a0b1..903cb5e2 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.19.2" +sentry-sdk = "^2.20.0" whitenoise = "^6.8.2" 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.