diff options
| author | 2023-04-22 15:22:48 +0100 | |
|---|---|---|
| committer | 2023-04-22 15:22:48 +0100 | |
| commit | f052981cd304547ea076c95b62a33df6824a287f (patch) | |
| tree | 79f9954790c182f66037047dc8af080433ff9d8c /pyproject.toml | |
| parent | Bump rapidfuzz from 2.15.1 to 3.0.0 (#1255) (diff) | |
| parent | Bump sentry-sdk from 1.19.1 to 1.20.0 (diff) | |
Merge pull request #1256 from python-discord/dependabot/pip/sentry-sdk-1.20.0
Bump sentry-sdk from 1.19.1 to 1.20.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 51505d7c..92ef3a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.0.0" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "9.5.0" -sentry-sdk = "1.19.1" +sentry-sdk = "1.20.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |