diff options
| author | 2020-12-19 15:55:40 +0200 | |
|---|---|---|
| committer | 2020-12-19 15:55:40 +0200 | |
| commit | 7735b439b0f4726f1c15052b78e157fa36d84cbf (patch) | |
| tree | 1beb8267ac7269d66b3c73cc0069df748b76b14a /Pipfile | |
| parent | Merge pull request #535 from python-discord/sebastiaan/advent-of-code/refacto... (diff) | |
Bump Sentry SDK from 0.14 to 0.19
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ beautifulsoup4 = "~=4.8" fuzzywuzzy = "~=0.17" pillow = "~=7.2" pytz = "~=2019.2" -sentry-sdk = "~=0.14.2" +sentry-sdk = "~=0.19" PyYAML = "~=5.3.1" "discord.py" = {extras = ["voice"], version = "~=1.5.1"} async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} |