diff --git a/poetry.lock b/poetry.lock index d5923bd..f53fd63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1000,14 +1000,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.48.0" +version = "2.49.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "sentry_sdk-2.48.0-py2.py3-none-any.whl", hash = "sha256:6b12ac256769d41825d9b7518444e57fa35b5642df4c7c5e322af4d2c8721172"}, - {file = "sentry_sdk-2.48.0.tar.gz", hash = "sha256:5213190977ff7fdff8a58b722fb807f8d5524a80488626ebeda1b5676c0c1473"}, + {file = "sentry_sdk-2.49.0-py2.py3-none-any.whl", hash = "sha256:6ea78499133874445a20fe9c826c9e960070abeb7ae0cdf930314ab16bb97aa0"}, + {file = "sentry_sdk-2.49.0.tar.gz", hash = "sha256:c1878599cde410d481c04ef50ee3aedd4f600e4d0d253f4763041e468b332c30"}, ] [package.dependencies] @@ -1605,4 +1605,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "212d9b826dd3967e6a5d78d01e562c01cbaa65b8495895f58912a7db57ecdcaf" +content-hash = "c3b85691a8df8a4f7922a0c5066e88db24a6e8095ab7002c241ff56dc6eaee74" diff --git a/pyproject.toml b/pyproject.toml index 3f55846..4c3072d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ asyncpg = "^0.31.0" psycopg2 = "^2.9.11" httpx = "^0.28.1" alembic = "^1.17.2" -sentry-sdk = {extras = ["fastapi"], version = "^2.48.0"} +sentry-sdk = {extras = ["fastapi"], version = "^2.49.0"} gunicorn = "^23.0.0" uvicorn = {extras = ["standard"], version = "^0.40.0"} prometheus-fastapi-instrumentator = "^7.1.0"