From fb13fbc1109964bd7f1c1ee05c15e2dcc39ce800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:10:38 +0000 Subject: [PATCH] Bump pillow in /Django/Video_Project/Day01/HelloDjango Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 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.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Django/Video_Project/Day01/HelloDjango/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django/Video_Project/Day01/HelloDjango/requirements.txt b/Django/Video_Project/Day01/HelloDjango/requirements.txt index 872c93f..8b8fe68 100644 --- a/Django/Video_Project/Day01/HelloDjango/requirements.txt +++ b/Django/Video_Project/Day01/HelloDjango/requirements.txt @@ -2,7 +2,7 @@ Django==2.2.4 django-redis==4.10.0 django-redis-cache==2.0.0 mysqlclient==1.4.2.post1 -Pillow==6.1.0 +Pillow==9.3.0 PyMySQL==0.9.3 pytz==2019.1 redis==3.3.5