From 5e585224cebb88d51c015d13cf14ad270350f678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 14:03:48 +0000 Subject: [PATCH] Bump pillow from 7.0 to 8.1.1 in /infrastructure/backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0 to 8.1.1. - [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.1.1) 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..eb09514 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.1.1 requests \ No newline at end of file