From b2b0874460212e6192e3a4e77688e23baa01b79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:15:31 +0000 Subject: [PATCH] Update pillow requirement from ==10.4.* to ==11.0.* in /requirements 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/10.4.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f316fc53..e425da33 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,7 +6,7 @@ omegaconf==2.3.* opencv-python==4.10.* python-dotenv==1.0.* tqdm>=4.66.3 -Pillow==10.4.* +Pillow==11.0.* pathvalidate>=2.5.0 simplejson==3.19.* ipython==8.18.*