From 67c42a7b31e5112ded492ebcf3c962a7eef08338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:32:50 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /4 Django/demo/picster Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 4 Django/demo/picster/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4 Django/demo/picster/requirements.txt b/4 Django/demo/picster/requirements.txt index 6589ef46..1805fdb3 100644 --- a/4 Django/demo/picster/requirements.txt +++ b/4 Django/demo/picster/requirements.txt @@ -3,7 +3,7 @@ dj-database-url==0.5.0 Django==4.0.2 django-heroku==0.3.1 gunicorn==20.1.0 -Pillow==9.0.1 +Pillow==9.3.0 psycopg2==2.9.3 python-decouple==3.6 sqlparse==0.4.2