diff --git a/poetry.lock b/poetry.lock index 4903e796..8bc15bf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1245,13 +1245,13 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "1.32.0" +version = "1.34.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.32.0.tar.gz", hash = "sha256:935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c"}, - {file = "sentry_sdk-1.32.0-py2.py3-none-any.whl", hash = "sha256:eeb0b3550536f3bbc05bb1c7e0feb3a78d74acb43b607159a606ed2ec0a33a4d"}, + {file = "sentry-sdk-1.34.0.tar.gz", hash = "sha256:e5d0d2b25931d88fa10986da59d941ac6037f742ab6ff2fce4143a27981d60c3"}, + {file = "sentry_sdk-1.34.0-py2.py3-none-any.whl", hash = "sha256:76dd087f38062ac6c1e30ed6feb533ee0037ff9e709974802db7b5dbf2e5db21"}, ] [package.dependencies] @@ -1448,4 +1448,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "19c099d282f6c06932eb718422655537ecb6367c30e4539e10bda37321f86c4a" +content-hash = "2c5ef035499c014282568230d144634ac42e5fed07932a1cf881fcdb5fbc4497" diff --git a/pyproject.toml b/pyproject.toml index ffb379ce..0ce43e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,4 +81,4 @@ json-logging-py = "^0.2" mock = "^5.1.0" pillow = "^10.1.0" psycopg = {extras = ["binary"], version = "^3.1.12"} -sentry-sdk = "^1.32.0" +sentry-sdk = "^1.34.0"