diff --git a/backend/poetry.lock b/backend/poetry.lock index 6afc56c4..bdd94b95 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 = "150fb595bfcb51b59945dd071629232fe012937f7716a096f0a47f4ff7ffcae0" +content-hash = "803d3c3f5942276c7527d60c057f10d46e3944718cce26201ee785f45ae676e2" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ca728f38..94ba7599 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,7 @@ pyexcel-ezodf = "^0.3.4" django-environ = "^0.12.0" 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.