diff options
author | 2024-06-07 10:25:38 +0100 | |
---|---|---|
committer | 2024-06-07 10:25:38 +0100 | |
commit | 6c4479ca854c596ef1c68fe19a1de9099872f52a (patch) | |
tree | 1a56a6c353ca316b221500163da45be8c6360a84 | |
parent | Merge pull request #1333 from python-discord/jb3/monitoring/prometheus-db-met... (diff) | |
parent | Bump sentry-sdk from 2.3.1 to 2.5.0 (diff) |
Merge pull request #1336 from python-discord/dependabot/pip/sentry-sdk-2.5.0
-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 d37f0b18..655e3740 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1031,13 +1031,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.3.1" +version = "2.5.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.3.1-py2.py3-none-any.whl", hash = "sha256:c5aeb095ba226391d337dd42a6f9470d86c9fc236ecc71cfc7cd1942b45010c6"}, - {file = "sentry_sdk-2.3.1.tar.gz", hash = "sha256:139a71a19f5e9eb5d3623942491ce03cf8ebc14ea2e39ba3e6fe79560d8a5b1f"}, + {file = "sentry_sdk-2.5.0-py2.py3-none-any.whl", hash = "sha256:75d2e1fd8a887fdf63df612f5d37991c248a080b886d80714560bdded2bb9051"}, + {file = "sentry_sdk-2.5.0.tar.gz", hash = "sha256:05453f921c561b51159f712c2cd267b595e5c195b38b337d03baeb42719dd3c7"}, ] [package.dependencies] @@ -1225,4 +1225,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d6ef229e6e120602487e73fb36fbf47209c74a11a800c5ec0a9a88d626d2df3f" +content-hash = "75757420c28949c9ca29df3d26697fcb352e8e23e5201a4a42b467bc8799f962" diff --git a/pyproject.toml b/pyproject.toml index 15c83336..22d5a607 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.3.1" +sentry-sdk = "2.5.0" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.19"} |