diff --git a/poetry.lock b/poetry.lock index f1c1e53b2..ad8f35205 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1015,13 +1015,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.34.0" +version = "1.35.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {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"}, + {file = "sentry-sdk-1.35.0.tar.gz", hash = "sha256:04e392db9a0d59bd49a51b9e3a92410ac5867556820465057c2ef89a38e953e9"}, + {file = "sentry_sdk-1.35.0-py2.py3-none-any.whl", hash = "sha256:a7865952701e46d38b41315c16c075367675c48d049b90a4cc2e41991ebc7efa"}, ] [package.dependencies] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "4556a64c31461960686192a2678da7558225c99c1a5dd1364a227ba792e36f6c" +content-hash = "067aa97f3404e341830b2735b2312338e9cf97bc5142138ed3b9759c8d16f2fc" diff --git a/pyproject.toml b/pyproject.toml index fd443f226..f90c8b907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.4" python-frontmatter = "1.0.1" pyyaml = "6.0.1" -sentry-sdk = "1.34.0" +sentry-sdk = "1.35.0" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.12"}