From bc06444fcdb77e96f213fba2da6e9fde08250328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:34:30 +0000 Subject: [PATCH] Bump pillow in /LAB03/02-CloudAlbum-Chalice/cloudalbum Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LAB03/02-CloudAlbum-Chalice/cloudalbum/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LAB03/02-CloudAlbum-Chalice/cloudalbum/requirements.txt b/LAB03/02-CloudAlbum-Chalice/cloudalbum/requirements.txt index c2886a7..d8b9337 100644 --- a/LAB03/02-CloudAlbum-Chalice/cloudalbum/requirements.txt +++ b/LAB03/02-CloudAlbum-Chalice/cloudalbum/requirements.txt @@ -4,7 +4,7 @@ click==6.7 idna==2.7 itsdangerous==0.24 oauthlib==2.1.0 -Pillow==5.1.0 +Pillow==9.3.0 requests>=2.20.0 requests-oauthlib==1.0.0 urllib3==1.23