From d59907ec1ae6b8dac2fab4c977d468bb491583ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 01:00:37 +0000 Subject: [PATCH] Bump pillow from 8.3.1 to 9.0.1 in /ch05/photolog Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 to 9.0.1. - [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.3.1...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch05/photolog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/photolog/requirements.txt b/ch05/photolog/requirements.txt index 37f6f05..b9795c2 100644 --- a/ch05/photolog/requirements.txt +++ b/ch05/photolog/requirements.txt @@ -10,7 +10,7 @@ itsdangerous==2.0.1 Jinja2==2.11.3 MarkupSafe==2.0.1 oauthlib==3.1.1 -Pillow==8.3.1 +Pillow==9.0.1 redis==3.5.3 requests==2.26.0 requests-oauthlib==1.3.0