From a1e44af8f1f5e4de40b9c728c8cf960da7dffd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:24:55 +0000 Subject: [PATCH] Update pillow requirement from ^9.1.0 to >=9.1,<11.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/9.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3403db6..0a6d5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ torchvision = ">=0.13.1" matplotlib = "^3.3.3" tensorboard = "^2.10.0" terminaltables = "^3.1.0" -Pillow = "^9.1.0" +Pillow = ">=9.1,<11.0" tqdm = "^4.64.1" urllib3 = [ {version = "<=1.22", python = ">=3.8,<3.9"},