From 23d20f0396203115a5db0bfbd73fc44e2fa58c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:30:36 +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.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/6.1.0...9.0.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..2cb346f 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.0.0 PyMySQL==0.9.3 pytz==2019.1 redis==3.3.5