From 58eec43e86ea5be4537d95ae4f51d885d9d9581b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:25:45 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.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/6.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50387d2..f7cd4ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.11.29 djangorestframework==3.5.3 -Pillow==6.2.0 +Pillow==9.0.0 xlrd==1.0.0 psycopg2 diff --git a/setup.py b/setup.py index 76ae173..76d238f 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ author='TechTeam', author_email='uchicagotechteam@gmail.com', url='https://github.com/uchicagotechteam', - install_requires=['Django>=1.10', 'djangorestframework==3.5.3', 'Pillow==6.2.0', 'xlrd==1.0.0'], + install_requires=['Django>=1.10', 'djangorestframework==3.5.3', 'Pillow==9.0.0', 'xlrd==1.0.0'], )