From ec7b1874a383c7926f42e8cb359b001ffd074723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:01:12 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 11.1.0 (#1320) Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demos/imagetagger/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/imagetagger/requirements.txt b/demos/imagetagger/requirements.txt index 74859b0c..72482fd8 100644 --- a/demos/imagetagger/requirements.txt +++ b/demos/imagetagger/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.11.11 aiohttp-jinja2==1.6 keras==3.7.0 -Pillow==11.0.0 +Pillow==11.1.0 tensorflow==2.18.0 trafaret_config==2.0.2