diff --git a/poetry.lock b/poetry.lock index d82e06c..e82f302 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1154,13 +1154,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.13.0" +version = "2.15.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"}, - {file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"}, + {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] @@ -1462,4 +1462,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2a43409183013a6e729d7a73b4ea5ec199d5e21ea63cdaf761b0bd098294f221" +content-hash = "8afaba8059f01f3e5fe494e9aa13ea69825eca16dbc59f34c46db6046cb96c2b" diff --git a/pyproject.toml b/pyproject.toml index 0418df4..316a8f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ httpx = "^0.27.2" redis = "^5.0.8" python-dotenv = "^1.0.1" loguru = "^0.7.2" -sentry-sdk = "^2.13.0" +sentry-sdk = "^2.15.0" aiohttp = "^3.10.5" [tool.poetry.group.dev.dependencies]