From abe055c4566b1891b1f8e003659c5d76bfa4d187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 15:07:05 +0000 Subject: [PATCH] Update pillow requirement from ~=9.2.0 to >=9.2,<9.5 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/9.2.0...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b18add..550c6bb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], install_requires=[ "numpy~=1.23.2", - "Pillow~=9.2.0", + "Pillow>=9.2,<9.5", "setuptools~=65.3.0", "scipy~=1.9.1", "tqdm~=4.64.0",