From 0f609917c9a22076de3a43817a2ea0350dee15e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:36:04 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 in /back Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index da02a478..89d5368d 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -8,7 +8,7 @@ graphene==2.1.8 graphene-django==2.12.1 graphql-core==2.3.2 graphql-relay==2.0.1 -Pillow==7.2.0 +Pillow==9.3.0 promise==2.3 PyJWT==1.7.1 pytz==2020.1