diff options
-rw-r--r-- | poetry.lock | 7 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 17aebd7b..10e8dcc4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1031,13 +1031,12 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.5.1" +version = "2.6.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.5.1-py2.py3-none-any.whl", hash = "sha256:1f87acdce4a43a523ae5aa21a3fc37522d73ebd9ec04b1dbf01aa3d173852def"}, - {file = "sentry_sdk-2.5.1.tar.gz", hash = "sha256:fbc40a78a8a9c6675133031116144f0d0940376fa6e4e1acd5624c90b0aaf58b"}, + {file = "sentry_sdk-2.6.0-py2.py3-none-any.whl", hash = "sha256:422b91cb49378b97e7e8d0e8d5a1069df23689d45262b86f54988a7db264e874"}, ] [package.dependencies] @@ -1225,4 +1224,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "c8a810bc5e6aa8cb8477b8f720f8cc9f699c94ff562484947ecb16cf84d47f2e" +content-hash = "7f860defd42f226db0c485f93164ea0358aa5e550a5d5753741e4f0cade4ac91" diff --git a/pyproject.toml b/pyproject.toml index 4108133c..3450ab71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.8.1" python-frontmatter = "1.1.0" pyyaml = "6.0.1" -sentry-sdk = "2.5.1" +sentry-sdk = "2.6.0" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.19"} |