From 8a6a25110ae6c9e75dd39ef83b3a5049ace55284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:28:06 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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/6.2.0...9.3.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..7d7dba8 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.3.0 xlrd==1.0.0 psycopg2 diff --git a/setup.py b/setup.py index 76ae173..ed6778c 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.3.0', 'xlrd==1.0.0'], )