aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-14 22:08:17 +0100
committerGravatar GitHub <[email protected]>2024-07-14 22:08:17 +0100
commit8a60bd7a00458366d7e80eb1ca8f16598f50f32d (patch)
tree2748192fdb28ad33cd64c57c9339af0f89787022
parentRemove Redis max connections limit (diff)
parentBump sentry-sdk from 2.7.1 to 2.9.0 (diff)
Merge pull request #3117 from python-discord/dependabot/pip/sentry-sdk-2.9.0
Bump sentry-sdk from 2.7.1 to 2.9.0
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index bffe35e8f..e0f024567 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2051,13 +2051,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.7.1"
+version = "2.9.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.7.1-py2.py3-none-any.whl", hash = "sha256:ef1b3d54eb715825657cd4bb3cb42bb4dc85087bac14c56b0fd8c21abd968c9a"},
- {file = "sentry_sdk-2.7.1.tar.gz", hash = "sha256:25006c7e68b75aaa5e6b9c6a420ece22e8d7daec4b7a906ffd3a8607b67c037b"},
+ {file = "sentry_sdk-2.9.0-py2.py3-none-any.whl", hash = "sha256:0bea5fa8b564cc0d09f2e6f55893e8f70286048b0ffb3a341d5b695d1af0e6ee"},
+ {file = "sentry_sdk-2.9.0.tar.gz", hash = "sha256:4c85bad74df9767976afb3eeddc33e0e153300e887d637775a753a35ef99bee6"},
]
[package.dependencies]
@@ -2405,4 +2405,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "70e32976337e875588d8c76084e6027ae27cd06733c4eb7a9f40c57276de839d"
+content-hash = "7a78eb12d6ec7f537b8fbc61cd988ead72ab95bcc004627e8f46148fa1d0f05f"
diff --git a/pyproject.toml b/pyproject.toml
index 28acb98c4..d79da72ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.9.4"
regex = "2024.5.15"
-sentry-sdk = "2.7.1"
+sentry-sdk = "2.9.0"
tldextract = "5.1.2"
pydantic = "2.6.4"
pydantic-settings = "2.2.1"