From 90018b83b3a6e64b7c70f6ce0c368a2324a9ba8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:08:22 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.3.0 in /Backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.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/4.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- Backend/requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 0c5d03e..6ed5c1d 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -56,7 +56,7 @@ openapi-codec==1.3.2 pathlib2==2.3.0 pexpect==4.3.0 pickleshare==0.7.4 -Pillow==4.3.0 +Pillow==9.3.0 pluggy==0.6.0 prompt-toolkit==1.0.15 psycopg2==2.7.3.2 diff --git a/Backend/requirements/base.txt b/Backend/requirements/base.txt index 4c307e6..555b6c7 100644 --- a/Backend/requirements/base.txt +++ b/Backend/requirements/base.txt @@ -20,7 +20,7 @@ django-crispy-forms==1.7.0 django-model-utils==3.0.0 # Images -Pillow==4.3.0 +Pillow==9.3.0 # Password storage argon2-cffi==16.3.0