diff --git a/poetry.lock b/poetry.lock index 532b5cab..a437a60b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1201,14 +1201,14 @@ crt = ["botocore[crt] (>=1.36.0,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "2.25.0" +version = "2.27.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "sentry_sdk-2.25.0-py2.py3-none-any.whl", hash = "sha256:aa0f558209c1819391421d65e25b1c4000f49580e6ecf5c05ff0c6e74f74470b"}, - {file = "sentry_sdk-2.25.0.tar.gz", hash = "sha256:a6e623691ff03d1758f940fe421e5b65f313f4ac37638079ab94d1b6f052eb15"}, + {file = "sentry_sdk-2.27.0-py2.py3-none-any.whl", hash = "sha256:c58935bfff8af6a0856d37e8adebdbc7b3281c2b632ec823ef03cd108d216ff0"}, + {file = "sentry_sdk-2.27.0.tar.gz", hash = "sha256:90f4f883f9eff294aff59af3d58c2d1b64e3927b28d5ada2b9b41f5aeda47daf"}, ] [package.dependencies] @@ -1377,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "534ceafbfecf004e12db7a65c3ba6bb6fcab28567648a70a631ef83953e6b8ce" +content-hash = "78d7f57ca459a178528d54baa56b10c94431786a504f479ee3f0890eaebc8015" diff --git a/pyproject.toml b/pyproject.toml index ee4356a1..6db23edc 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.6"} -sentry-sdk = "^2.25.0" +sentry-sdk = "^2.27.0"