diff options
| author | 2023-04-07 00:20:55 +0100 | |
|---|---|---|
| committer | 2023-04-07 00:20:55 +0100 | |
| commit | 18b0a073d2ee148d53747c7385aa1f6762ed3b1b (patch) | |
| tree | b38c45dab2b96a1177891c0618d6236841c468cb /pyproject.toml | |
| parent | Merge pull request #1250 from python-discord/dependabot/pip/beautifulsoup4-4.... (diff) | |
| parent | Bump sentry-sdk from 1.19.0 to 1.19.1 (diff) | |
Merge pull request #1251 from python-discord/dependabot/pip/sentry-sdk-1.19.1
Bump sentry-sdk from 1.19.0 to 1.19.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 acf42403..bc54178c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "2.15.0" arrow = "1.2.3" beautifulsoup4 = "4.12.1" pillow = "9.5.0" -sentry-sdk = "1.19.0" +sentry-sdk = "1.19.1" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |