From 43a9aba886150ab26bfb781ebd1da93c6fdbc557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:56:56 +0000 Subject: [PATCH] Bump pillow in /COMP9900/capstoneproject-comp9900-h18a-yyds/backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.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/8.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../capstoneproject-comp9900-h18a-yyds/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt index 9447591..a1322e4 100644 --- a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt +++ b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt @@ -8,7 +8,7 @@ itsdangerous==1.1.0 werkzeug==1.0.1 flask-cors==3.0.10 pymongo==3.11.4 -Pillow==8.2.0 +Pillow==9.0.0 PyJWT==2.1.0 flask-jwt-extended==4.2.1 certifi==2021.5.30