diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 28a41403..ca3ea44f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1014,13 +1014,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.31.0" +version = "1.32.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.31.0.tar.gz", hash = "sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b"}, - {file = "sentry_sdk-1.31.0-py2.py3-none-any.whl", hash = "sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291"}, + {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"}, ] [package.dependencies] @@ -1203,4 +1203,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "9e4246adf182288c9bd9f29f0043a7d69f84383bc0d361a5161abb45a3cdbaeb" +content-hash = "3c0ceb3a6f6d1498b960d4f51832ec1820d56371da4af6dcf2397c76a77eb53a" diff --git a/pyproject.toml b/pyproject.toml index 05df8e7d..230b8703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.3" python-frontmatter = "1.0.0" pyyaml = "6.0.1" -sentry-sdk = "1.31.0" +sentry-sdk = "1.32.0" whitenoise = "6.5.0" psycopg = {extras = ["binary"], version = "3.1.12"} |