diff --git a/poetry.lock b/poetry.lock index 27f9e29e..4d4b86a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1790,13 +1790,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "2.1.1" +version = "2.3.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.1.1-py2.py3-none-any.whl", hash = "sha256:99aeb78fb76771513bd3b2829d12613130152620768d00cd3e45ac00cb17950f"}, - {file = "sentry_sdk-2.1.1.tar.gz", hash = "sha256:95d8c0bb41c8b0bc37ab202c2c4a295bb84398ee05f4cdce55051cd75b926ec1"}, + {file = "sentry_sdk-2.3.1-py2.py3-none-any.whl", hash = "sha256:c5aeb095ba226391d337dd42a6f9470d86c9fc236ecc71cfc7cd1942b45010c6"}, + {file = "sentry_sdk-2.3.1.tar.gz", hash = "sha256:139a71a19f5e9eb5d3623942491ce03cf8ebc14ea2e39ba3e6fe79560d8a5b1f"}, ] [package.dependencies] @@ -1818,7 +1818,7 @@ django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] -grpcio = ["grpcio (>=1.21.1)"] +grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] @@ -2185,4 +2185,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3522ea673bdea4d123b3774c8bb1005bdd8680f03fee964cdb7efc1c084003c6" +content-hash = "5c3ffa244df90708972871675af63348f7834bce3c798877a16ba18f60448ba6" diff --git a/pyproject.toml b/pyproject.toml index c240fcc0..3ae48ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ courts-db = "^0.10.17" Django = "^5.0.3" djangorestframework = "^3.15.1" django-environ = "^0.11.2" -sentry-sdk = "^2.1.1" +sentry-sdk = "^2.3.1" django-csp = "^3.8" redis = "^5.0.3" django-rq = "^2.10.2"