From 09b4d2e58fcfbcc143c32d23e4d65734670f2a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:52:39 +0000 Subject: [PATCH] Bump pillow from 4.2.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 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/4.2.1...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 e5fa31a..3700295 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Pillow==4.2.1 +Pillow==9.3.0 diff --git a/setup.py b/setup.py index e053325..b6124b4 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files - install_requires=['Pillow>=4.2.1,<=4.3.0'], + install_requires=['Pillow>=4.2.1,<9.4.0'], # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these