diff options
| author | 2019-10-22 22:00:15 +0000 | |
|---|---|---|
| committer | 2019-12-03 22:12:37 -0800 | |
| commit | eb245e73d4ca4aa7145d26249cb756de9557d22d (patch) | |
| tree | a615248b20c606195e14083afd22774117a9c7a3 /Pipfile | |
| parent | Fix AOC countdown logic (#317) (diff) | |
Bump pillow from 6.1.0 to 6.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...6.2.0)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ arrow = "~=0.14" beautifulsoup4 = "~=4.8" discord-py = "~=1.2" fuzzywuzzy = "~=0.17" -pillow = "~=6.1" +pillow = "~=6.2" pytz = "~=2019.2" [dev-packages] |