aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2019-10-22 22:00:15 +0000
committerGravatar MarkKoz <[email protected]>2019-12-03 22:12:37 -0800
commiteb245e73d4ca4aa7145d26249cb756de9557d22d (patch)
treea615248b20c606195e14083afd22774117a9c7a3 /Pipfile
parentFix 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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 64c47b2a..c066958e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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]