From 6b2e62a4da0d0280d6f7f190a10f29a4d2a3401b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:52:52 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 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/5.0.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django_crypto/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_crypto/requirements.txt b/django_crypto/requirements.txt index 76bc6947..9336f93b 100644 --- a/django_crypto/requirements.txt +++ b/django_crypto/requirements.txt @@ -10,7 +10,7 @@ djangorestframework-jwt==1.11.0 gunicorn==19.8.1 idna==2.6 mysqlclient==1.3.12 -Pillow==5.0.0 +Pillow==8.3.2 psycopg2==2.7.4 psycopg2-binary==2.7.4 pycparser==2.18 diff --git a/requirements.txt b/requirements.txt index 8e0b90fa..af5e0d29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ djangorestframework-jwt==1.11.0 gunicorn==19.8.1 idna==2.6 mysqlclient==1.3.12 -Pillow==5.0.0 +Pillow==8.3.2 psycopg2==2.7.4 pycparser==2.18 PyJWT==1.5.3