diff --git a/poetry.lock b/poetry.lock index 417c141d..e3d25a6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1140,13 +1140,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "2.13.0" +version = "2.16.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"}, - {file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"}, + {file = "sentry_sdk-2.16.0-py2.py3-none-any.whl", hash = "sha256:49139c31ebcd398f4f6396b18910610a0c1602f6e67083240c33019d1f6aa30c"}, + {file = "sentry_sdk-2.16.0.tar.gz", hash = "sha256:90f733b32e15dfc1999e6b7aca67a38688a567329de4d6e184154a73f96c6892"}, ] [package.dependencies] @@ -1169,6 +1169,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"] +http2 = ["httpcore[http2] (==1.*)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] @@ -1303,4 +1304,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "b58fc556114d6e40cce3e77820aee8f86e0450fa86478d7a46abe1f1ec89d9e3" +content-hash = "5e0d5e6076069a9e39e586a24cb69c7884e964c9d812c78377152ae77274a519" diff --git a/pyproject.toml b/pyproject.toml index d1ceca7e..801a43d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,4 +82,4 @@ json-logging-py = "^0.2" mock = "^5.1.0" pillow = "^10.4.0" psycopg = {extras = ["binary"], version = "^3.2.1"} -sentry-sdk = "^2.13.0" +sentry-sdk = "^2.16.0"