From e88bd6e93f855bf2b36a91ae17a3af2671dfbaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:08:50 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 8.1.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.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.0.0...8.1.1) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7860665..8647e7f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,4 +16,4 @@ six==1.14.0 urllib3==1.25.7 Werkzeug==0.16.0 zope.interface==4.7.1 -Pillow==6.0.0 \ No newline at end of file +Pillow==8.1.1 \ No newline at end of file