From 04e1261264309742d51d3948b2c97151f381c95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:24:46 +0000 Subject: [PATCH] Update pillow requirement from <10.1.1,>=9.0 to >=9.0,<10.3.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.3.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..16db0270 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>=9.0, <10.3.1 tabulate>=0.9.0, <0.9.1 tensorboardX>=2.5.0, <2.6.3 torchmetrics>=0.11.0, <0.11.5