From a6b712a777d2fa2343b2fdd23e0ba1bea6f20386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 14:20:13 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 8.1.1 in /blog-app 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] --- blog-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-app/requirements.txt b/blog-app/requirements.txt index 8ccf680..bd30acc 100644 --- a/blog-app/requirements.txt +++ b/blog-app/requirements.txt @@ -5,7 +5,7 @@ django-crispy-forms==1.9.2 django-js-asset==1.2.2 django-tinymce==3.0.2 gunicorn==20.0.4 -Pillow==7.2.0 +Pillow==8.1.1 python-decouple==3.3 pytz==2020.1 six==1.15.0