diff options
author | 2024-07-14 22:08:17 +0100 | |
---|---|---|
committer | 2024-07-14 22:08:17 +0100 | |
commit | 8a60bd7a00458366d7e80eb1ca8f16598f50f32d (patch) | |
tree | 2748192fdb28ad33cd64c57c9339af0f89787022 /pyproject.toml | |
parent | Remove Redis max connections limit (diff) | |
parent | Bump 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
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |