diff --git a/poetry.lock b/poetry.lock index 0e5bc41..79eff1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -757,14 +757,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sentry-sdk" -version = "2.20.0" +version = "2.25.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {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"}, + {file = "sentry_sdk-2.25.1-py2.py3-none-any.whl", hash = "sha256:60b016d0772789454dc55a284a6a44212044d4a16d9f8448725effee97aaf7f6"}, + {file = "sentry_sdk-2.25.1.tar.gz", hash = "sha256:f9041b7054a7cf12d41eadabe6458ce7c6d6eea7a97cfe1b760b6692e9562cf0"}, ] [package.dependencies] @@ -809,6 +809,7 @@ sanic = ["sanic (>=0.8)"] sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] starlite = ["starlite (>=1.48)"] +statsig = ["statsig (>=0.55.3)"] tornado = ["tornado (>=6)"] unleash = ["UnleashClient (>=6.0.1)"] @@ -878,7 +879,7 @@ files = [ ] [package.extras] -brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""] h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] @@ -912,4 +913,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "273c7c135c28a004b3a26b589a40b1239edf6fa0ecca8eeeea31bb676bb72c96" +content-hash = "753d9d04e1085fdb61dfbcdede657d11e05bf975fe49088a450bb12e8a06fab4" diff --git a/pyproject.toml b/pyproject.toml index c2620f5..2a26712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ whitenoise = "^6.8.2" uuid = "^1.30" django-postgres-setfield = {git = "https://github.com/benperlman/django-postgres-setfield.git"} djangorestframework = "^3.14.0" -sentry-sdk = {extras = ["django"], version = "^2.14.0"} +sentry-sdk = {extras = ["django"], version = "^2.25.1"} [tool.poetry.group.dev.dependencies] autoflake = "^2.3.1"