From 1b5de65d1f257990921216a14e63904980cb5d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:18:03 +0000 Subject: [PATCH] Bump pillow from 7.0 to 8.3.2 in /infrastructure/backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.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/7.0.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infrastructure/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/backend/requirements.txt b/infrastructure/backend/requirements.txt index e6985f1..6505f08 100644 --- a/infrastructure/backend/requirements.txt +++ b/infrastructure/backend/requirements.txt @@ -1,4 +1,4 @@ psycopg2-binary Django==2.2.13 -Pillow==7.0 +Pillow==8.3.2 requests \ No newline at end of file