From aa364b3506ad362a6aafe6ccaaf22189c5d04584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 03:48:43 +0000 Subject: [PATCH] Bump pillow in /Django-uwsgi-nginx-mysql/docker/python Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.2.0...8.1.1) Signed-off-by: dependabot[bot] --- Django-uwsgi-nginx-mysql/docker/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django-uwsgi-nginx-mysql/docker/python/requirements.txt b/Django-uwsgi-nginx-mysql/docker/python/requirements.txt index 34f93fe..fb7a515 100644 --- a/Django-uwsgi-nginx-mysql/docker/python/requirements.txt +++ b/Django-uwsgi-nginx-mysql/docker/python/requirements.txt @@ -2,7 +2,7 @@ django==2.1.2 uwsgi==2.0.17.1 mysqlclient==1.3.13 django-debug-toolbar==1.9.1 -pillow==5.2.0 +pillow==8.1.1 django-redis==4.5.0 djangorestframework==3.8.2 bcrypt==3.1.4