From 181cb0117620965d6dd1b9942bb4e72846394092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:20:50 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 11.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 11.0.0. - [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.1.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9d4788..8e0cff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = ">=3.9,<3.12" tensorflow = "^2.15.0" gdown = "^4.7.1" -pillow = "^10.1.0" +pillow = "^11.0.0" tensorflow-hub = "^0.15.0" tf-agents = "^0.19.0" importlib-resources = "^6.1.1"