diff --git a/poetry.lock b/poetry.lock index 1ea70866c..8239793ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1032,13 +1032,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.43.0" +version = "1.44.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.43.0.tar.gz", hash = "sha256:41df73af89d22921d8733714fb0fc5586c3461907e06688e6537d01a27e0e0f6"}, - {file = "sentry_sdk-1.43.0-py2.py3-none-any.whl", hash = "sha256:8d768724839ca18d7b4c7463ef7528c40b7aa2bfbf7fe554d5f9a7c044acfd36"}, + {file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"}, + {file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"}, ] [package.dependencies] @@ -1224,4 +1224,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "2219ef8d3af19844f682195d44f8d8fca932c15b6ad9d03c20635618b7fc2074" +content-hash = "4028778c4e713fb935bcc463c3ed209f6251f09c62db700b95524469022b7895" diff --git a/pyproject.toml b/pyproject.toml index 84da1a4fc..760ec8192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.7.1" python-frontmatter = "1.1.0" pyyaml = "6.0.1" -sentry-sdk = "1.43.0" +sentry-sdk = "1.44.0" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.18"}