From 23dfc48a838e093b49df737d34369bf7f711534e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:57:58 +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 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..0a334f5 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==9.3.0 django-redis==4.5.0 djangorestframework==3.8.2 bcrypt==3.1.4