From 70144731190d60fa0d2f0af86ca78ef49e24b031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:11:30 +0000 Subject: [PATCH] Bump pillow from 2.0.0 to 9.0.1 in /src Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.0.0 to 9.0.1. - [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/2.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index a63efff..0538e20 100644 --- a/src/setup.py +++ b/src/setup.py @@ -20,7 +20,7 @@ install_requires=[ "Django==1.11.28", "MySQL-python>=1.2.0", - "Pillow==2.0.0", + "Pillow==9.0.1", "PyCrypto>=2.6", "django-cors-headers==0.10", "passlib>=1.6.0",