diff options
author | 2024-05-23 18:53:42 +0100 | |
---|---|---|
committer | 2024-05-23 18:53:42 +0100 | |
commit | 9464e4734bb6857125fad63d8b076586bd7f75da (patch) | |
tree | 3c5a6ccb1614ec35dc5ee6d1525ab9e8dea76187 /pyproject.toml | |
parent | Merge pull request #3046 from python-discord/vivek/fix-eval-truncation (diff) | |
parent | Bump sentry-sdk from 2.2.1 to 2.3.1 (diff) |
Merge pull request #3070 from python-discord/dependabot/pip/sentry-sdk-2.3.1
Bump sentry-sdk from 2.2.1 to 2.3.1
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 d5fe8e399..6db167bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.1" regex = "2024.5.15" -sentry-sdk = "2.2.1" +sentry-sdk = "2.3.1" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |