diff --git a/poetry.lock b/poetry.lock index a820c2fe36df..01275d69d968 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2511,13 +2511,13 @@ test = ["Cython", "array-api-strict (>=2.0)", "asv", "gmpy2", "hypothesis (>=6.3 [[package]] name = "sentry-sdk" -version = "2.18.0" +version = "2.19.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.18.0-py2.py3-none-any.whl", hash = "sha256:ee70e27d1bbe4cd52a38e1bd28a5fadb9b17bc29d91b5f2b97ae29c0a7610442"}, - {file = "sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd"}, + {file = "sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b"}, + {file = "sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36"}, ] [package.dependencies] @@ -2543,7 +2543,7 @@ 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)"] +huggingface-hub = ["huggingface_hub (>=0.22)"] langchain = ["langchain (>=0.0.210)"] launchdarkly = ["launchdarkly-server-sdk (>=9.8.0)"] litestar = ["litestar (>=2.0.0)"] @@ -2552,7 +2552,7 @@ openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"] openfeature = ["openfeature-sdk (>=0.7.1)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] opentelemetry-experimental = ["opentelemetry-distro"] -pure-eval = ["asttokens", "executing", "pure-eval"] +pure-eval = ["asttokens", "executing", "pure_eval"] pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] @@ -2928,4 +2928,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "==3.12.7" -content-hash = "5efb915f4d336b0fb6f00b012c1bf05199ed5121e360008f5844f07c2f2c1eae" +content-hash = "2e8dc93004509f770456cdf773b7d36f180ea429988f42f47f89c2bc81a2021c" diff --git a/pyproject.toml b/pyproject.toml index 41abb7c36c28..e5695e187144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ noteshrink = { git = "https://github.com/zeshuaro/noteshrink", rev = "a74a17f7cf pdf-diff = { git = "https://github.com/zeshuaro/pdf-diff", rev = "6fe2f136906f1ecc9777c31aa846cd6a287c74b6" } langdetect = "1.0.9" loguru = "0.7.2" -sentry-sdk = "2.18.0" +sentry-sdk = "2.19.0" dependency-injector = { git = "https://github.com/anton-petrov/python-dependency-injector", rev = "a245e32e8286d0df34a6a731bf62fa86504ce6aa" } pdfCropMargins = "==2.1.4" pycryptodome = "3.21.0"