From f5c1c72aff5e5c680e2c6c66e9186a53f5fb08b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:49:19 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 7.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 7.1.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/5.0.0...7.1.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c80b8ba..a05c066 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django==2.0.1 django-filebrowser-no-grappelli==3.7.4 django-tinymce4-lite==1.7.0 jsmin==2.2.2 -Pillow==5.0.0 +Pillow==7.1.0 pytz==2017.3