diff --git a/poetry.lock b/poetry.lock index 89d2d8d4..bc533ce6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1142,13 +1142,13 @@ crt = ["botocore[crt] (>=1.36.0,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "2.20.0" +version = "2.22.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" 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.22.0-py2.py3-none-any.whl", hash = "sha256:3d791d631a6c97aad4da7074081a57073126c69487560c6f8bffcf586461de66"}, + {file = "sentry_sdk-2.22.0.tar.gz", hash = "sha256:b4bf43bb38f547c84b2eadcefbe389b36ef75f3f38253d7a74d6b928c07ae944"}, ] [package.dependencies] @@ -1192,6 +1192,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)"] @@ -1308,4 +1309,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "c3314b144cde019deedf0c4da3821f9275128941778ad4c7b26883f1fac35af2" +content-hash = "cfc897f7f988df9467427709a451c4c038adfb12daceef195b90c6e20cfca270" diff --git a/pyproject.toml b/pyproject.toml index 35d35973..a741b550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,4 +82,4 @@ json-logging-py = "^0.2" mock = "^5.1.0" pillow = "^11.1.0" psycopg = {extras = ["binary"], version = "^3.2.5"} -sentry-sdk = "^2.20.0" +sentry-sdk = "^2.22.0"