From 9c4253706211ada0d8833a0d777894409614fb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:36:51 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 8.2.0 in /backend/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 8.2.0. - [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.1.2...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 7c87736d..70408362 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -8,7 +8,7 @@ django-admin-sortable==2.2.3 dj-rest-auth==1.0.7 markdown==3.2.2 PyYAML==5.3.1 -Pillow==7.1.2 +Pillow==8.2.0 pre-commit==2.4.0 shortuuid==1.0.1 psycopg2==2.8.5 --no-binary psycopg2