From 8ff41d5f574947d93e806f5677cc5c496a2b3152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:00:08 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 9.3.0 in /backend/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.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/9.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/base.in | 2 +- backend/requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/base.in b/backend/requirements/base.in index 298e0b001..967a72a59 100644 --- a/backend/requirements/base.in +++ b/backend/requirements/base.in @@ -10,7 +10,7 @@ uvicorn[standard]==0.15.0 websockets==10.3 requests==2.26.0 itsdangerous==2.0.1 -Pillow==9.0.0 +Pillow==9.3.0 drf-spectacular==0.21.2 asgiref==3.4.1 channels==3.0.4 diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index d2bf79705..ee8194745 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -179,7 +179,7 @@ oauthlib==3.2.1 # via requests-oauthlib packaging==21.3 # via redis -pillow==9.0.0 +pillow==9.3.0 # via -r base.in prompt-toolkit==3.0.31 # via click-repl