From 2b78e47e7edf8d5caedc2c560d959c65779918b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:41:25 +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 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2) --- 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..e8e62d1 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==8.3.2 PyJWT==2.1.0 flask-jwt-extended==4.2.1 certifi==2021.5.30