From 4b2f3d1cc4cd1436549c492729429d79f4875ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:47:27 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.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/9.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/django-myproject/requirements/_base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06/myproject_virtualenv/src/django-myproject/requirements/_base.txt b/ch06/myproject_virtualenv/src/django-myproject/requirements/_base.txt index a6d6933..c4a03de 100644 --- a/ch06/myproject_virtualenv/src/django-myproject/requirements/_base.txt +++ b/ch06/myproject_virtualenv/src/django-myproject/requirements/_base.txt @@ -15,7 +15,7 @@ future==0.18.2 idna==2.8 oauthlib==3.1.0 pilkit==2.0 -Pillow==9.0.0 +Pillow==9.3.0 psycopg2-binary==2.8.3 pyasn1==0.4.8 PyJWT==1.7.1