From 0351744f68b45203ae64ac6d04508bd4e0350627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 04:20:54 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.0.0 in /src/version_2/Django/blogapp Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.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/8.4.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/version_2/Django/blogapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version_2/Django/blogapp/requirements.txt b/src/version_2/Django/blogapp/requirements.txt index e8110db..f41284f 100644 --- a/src/version_2/Django/blogapp/requirements.txt +++ b/src/version_2/Django/blogapp/requirements.txt @@ -2,6 +2,6 @@ asgiref==3.4.1 Django==3.2.9 django-ckeditor==6.1.0 django-js-asset==1.2.2 -Pillow==8.4.0 +Pillow==9.0.0 pytz==2021.3 sqlparse==0.4.2