From 26cfd4955f448399ae2ce9fc719877d8ec9707a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:57:01 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 9.0.1 in /LAB03/04-Xray/backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 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/7.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LAB03/04-Xray/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LAB03/04-Xray/backend/requirements.txt b/LAB03/04-Xray/backend/requirements.txt index cc541fd..2fe817e 100644 --- a/LAB03/04-Xray/backend/requirements.txt +++ b/LAB03/04-Xray/backend/requirements.txt @@ -12,7 +12,7 @@ flask-restplus==0.13.0 bson==0.5.8 Flask-JWT-Extended==3.24.1 Flask-Bcrypt==0.7.1 -Pillow==7.0.0 +Pillow==9.0.1 pynamodb==4.3.1 tzlocal==2.0.0 boto3==1.11.13