diff --git a/poetry.lock b/poetry.lock index 8eb4f29..f1ddbbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1265,13 +1265,13 @@ dotenv = ["python-dotenv"] [[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] @@ -1316,6 +1316,7 @@ sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] starlite = ["starlite (>=1.48)"] tornado = ["tornado (>=6)"] +unleash = ["UnleashClient (>=6.0.1)"] [[package]] name = "sniffio" @@ -1723,4 +1724,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "be5b80970b95ad1c239a2c6c35c59d7042018d3f97e63602d6d7537910d4266c" +content-hash = "7c52e8b23cd21597d1dffac9d5c6cb1bdfdd95d11cb7b57fbb178bef422f6d58" diff --git a/pyproject.toml b/pyproject.toml index b9c1a05..c9dd05e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ PyYAML = "^6.0.1" Quart = "^0.20" aiohttp = "^3.9" Flask-Caching = "^2.3" -sentry-sdk = "^2.2" +sentry-sdk = "^2.20" uvicorn = {extras = ["standard"], version = "^0.34"} coloredlogs = "*"