From 6b0b56117b3ec0b5a92ee80949d6e5052edad0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:03:38 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.3.0 in /Task-40-AsyncTaskDjango Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..00a1374 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==9.3.0 pkg-resources==0.0.0 pytz==2019.3 redis==3.3.11