From f84bc0494f51eca762a11c0a30eee778365e1fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:40:38 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.1.1 in /docker Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.0...8.1.1) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 69439d81..02607cad 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -21,7 +21,7 @@ django-import-export==1.2.0 django-braces==1.13.0 # Images -Pillow==6.2.0 +Pillow==8.1.1 # Database connector psycopg2==2.8.2