diff options
author | 2025-02-17 16:38:19 +0000 | |
---|---|---|
committer | 2025-02-23 08:54:23 +0100 | |
commit | 1de198e511e2be80771c8e44d4b1ceb86645343a (patch) | |
tree | 8134952b633168d2fbe5d9816098108836b2dd9e | |
parent | Build python byte code at isstall time (diff) |
fix(deps): update dependency sentry-sdk to v2.22.0
| datasource | package | from | to |
| ---------- | ---------- | ------ | ------ |
| pypi | sentry-sdk | 2.21.0 | 2.22.0 |
-rw-r--r-- | poetry.lock | 9 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index b09fcf9..9356064 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1788,13 +1788,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.21.0" +version = "2.22.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.21.0-py2.py3-none-any.whl", hash = "sha256:7623cfa9e2c8150948a81ca253b8e2bfe4ce0b96ab12f8cd78e3ac9c490fd92f"}, - {file = "sentry_sdk-2.21.0.tar.gz", hash = "sha256:a6d38e0fb35edda191acf80b188ec713c863aaa5ad8d5798decb8671d02077b6"}, + {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] @@ -1838,6 +1838,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)"] @@ -2163,4 +2164,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~=3.13.0" -content-hash = "87027aac2cf49f679aabf0870ecbadb9c997779dfef249357c5c477ac6688013" +content-hash = "db057e7df268b1172c523ba3d528c7d8ad6f6edd00d5e1a7d3517f3428145b65" diff --git a/pyproject.toml b/pyproject.toml index a15ad53..e183d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pydantic = "2.10.6" pydantic-settings = "2.7.1" python-freeipa = "1.0.9" python-keycloak = "5.3.1" -sentry-sdk = "2.21.0" +sentry-sdk = "2.22.0" tabulate = { extras = ["widechars"], version = "0.9.0" } wand = "0.6.13" |