From e3b0f2507246222f01e073f78c5926f71672fab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:27:36 +0000 Subject: [PATCH] Update pillow requirement from <11,>=8 to >=8,<12 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/8.0.0...11.0.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 eaa74e4..aecca63 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "typing-extensions<5; python_version<'3.9'", "docopt-ng>=0.6,<1", "munch>=2.3,<5", - "Pillow>=8,<11", + "Pillow>=8,<12", "playwright<1.46", "requests>=2.23,<3", "requests-cache>=0.5,<2",