From cf29295f73866ce04454dee0a672c1118c574641 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 8 Nov 2020 23:05:57 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 8.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.0.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.0.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e517dc4d..38bd0dc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==3.1.1 Babel==2.8.0 -Pillow==7.2.0 +Pillow==8.0.1 celery[redis]==4.4.7 dj-database-url==0.5.0 django-redis-sessions==0.6.1 -- 2.11.4.GIT