From 587c2ad17f33aa4388ec232f5590a7db9b332a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:31:16 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.3.2 in /members-backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 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/6.2.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- members-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members-backend/requirements.txt b/members-backend/requirements.txt index e391ace..afc261d 100644 --- a/members-backend/requirements.txt +++ b/members-backend/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.2.3 Django==3.0 django-cors-headers==3.2.0 djangorestframework==3.10.3 -Pillow==6.2.1 +Pillow==8.3.2 pytz==2019.3 sqlparse==0.3.0 psycopg2