From 958496983c3b7aa3b966ef5b65489ed12e7a29d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:39:12 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.1.1 in /Task-40-AsyncTaskDjango Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 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/6.2.1...8.1.1) Signed-off-by: dependabot[bot] --- Task-40-AsyncTaskDjango/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task-40-AsyncTaskDjango/requirements.txt b/Task-40-AsyncTaskDjango/requirements.txt index 623380e..d970a2c 100644 --- a/Task-40-AsyncTaskDjango/requirements.txt +++ b/Task-40-AsyncTaskDjango/requirements.txt @@ -6,7 +6,7 @@ django-widget-tweaks==1.4.5 importlib-metadata==1.3.0 kombu==4.6.7 more-itertools==8.0.2 -Pillow==6.2.1 +Pillow==8.1.1 pkg-resources==0.0.0 pytz==2019.3 redis==3.3.11