From ca81c98497a65379a6df0a4f162d1f6470ca279e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:48:26 +0000 Subject: [PATCH] Update pillow requirement from <10.0.0,>=7.1.2 to >=7.1.2,<12.0.0 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/7.1.2...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9eaeb8ae3b9..fc01fe7a7725 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib>=3.2.2 numpy>=1.18.5 opencv-python>=4.1.1,<=4.6.0.66 -Pillow>=7.1.2,<10.0.0 +Pillow>=7.1.2,<12.0.0 PyYAML>=5.3.1 requests>=2.23.0 scipy>=1.4.1