From 87fafc85ceaa7b3f4a07e7d5a4467c1a64f1a8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:15:28 +0000 Subject: [PATCH] Update pillow requirement from <10.1.1,>=9.0 to >=10.4.0,<10.4.1 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.0.0...10.4.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 9ff1955f..c1a7439b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ requests>=2.31.0, <2.31.1 sagemaker>=2.112.0, <2.199.1 syne-tune[aws,gpsearchers]>=0.6.0, <0.10.1 pytorch-lightning>=1.8.0, <1.9.5 -Pillow>=9.0, <10.1.1 +Pillow>=10.4.0, <10.4.1 tabulate>=0.9.0, <0.9.1 tensorboardX>=2.5.0, <2.6.3 torchmetrics>=0.11.0, <0.11.5