aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-18 21:35:02 +0000
committerGravatar GitHub <[email protected]>2021-03-18 21:35:02 +0000
commit521aeb14632db8b3e848cad632059d053219aecd (patch)
treeabe250d92fc29f462f61561f6f0b0dca0a7c1f60 /Pipfile
parentMerge pull request #626 from python-discord/split-build-deploy (diff)
Bump pillow from 7.2.0 to 8.1.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.1.1. - [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/7.2.0...8.1.1) 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 e7e01a31..2e922ec4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,7 +8,7 @@ aiodns = "~=2.0"
arrow = "~=0.14"
beautifulsoup4 = "~=4.8"
fuzzywuzzy = "~=0.17"
-pillow = "~=7.2"
+pillow = "~=8.1"
pytz = "~=2019.2"
sentry-sdk = "~=0.19"
PyYAML = "~=5.3.1"