diff --git a/api/poetry.lock b/api/poetry.lock index 559562ce0..3729e4717 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3991,14 +3991,14 @@ test = ["Cython", "array-api-strict (>=2.0,<2.1.1)", "asv", "gmpy2", "hypothesis [[package]] name = "sentry-sdk" -version = "2.20.0" +version = "2.21.0" 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.21.0-py2.py3-none-any.whl", hash = "sha256:7623cfa9e2c8150948a81ca253b8e2bfe4ce0b96ab12f8cd78e3ac9c490fd92f"}, + {file = "sentry_sdk-2.21.0.tar.gz", hash = "sha256:a6d38e0fb35edda191acf80b188ec713c863aaa5ad8d5798decb8671d02077b6"}, ] [package.dependencies] @@ -5073,4 +5073,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.14" -content-hash = "0ec4ae9d00a553cb06ff4085a942e9a1c0a4b6906227b485ab338d5932042e7b" +content-hash = "3be5a3c570962dea1d3845330ede852b5d0943c2e1731bbc0d6b451980e38b6f" diff --git a/api/pyproject.toml b/api/pyproject.toml index 7b8313472..170d4bd7a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -84,7 +84,7 @@ pyld = "==2.0.4" python-magic = "==0.4.27" requests = "==2.32.3" requests-http-message-signatures = "==0.3.1" -sentry-sdk = "==2.20.0" +sentry-sdk = "==2.21.0" watchdog = "==6.0.0" troi = "==2025.1.10.0" lb-matching-tools = "==2024.1.30.1"