diff --git a/poetry.lock b/poetry.lock index ca06372a7..9bf85d755 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1032,13 +1032,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.44.0" +version = "1.44.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {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"}, + {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"}, + {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"}, ] [package.dependencies] @@ -1224,4 +1224,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "4f790d5910afd86de0a8070ecf95c1606654df9608d8f63dcc1aa0e7b006c1e9" +content-hash = "1a3207fde6bbd05b7b92311cf311dcf27217bd07fa734bdf5c97e39bd99b3aaa" diff --git a/pyproject.toml b/pyproject.toml index b9bdb7294..c1d3675b0 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.44.0" +sentry-sdk = "1.44.1" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.18"}