From 308c69da37d32ce5028ac9b7a9ccf94d1162ce0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:22:47 +0000 Subject: [PATCH] Update pillow requirement from ~=10.4.0 to ~=11.0.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/10.4.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- image_extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_extra_requirements.txt b/image_extra_requirements.txt index 5a7b7eb..b2e0709 100644 --- a/image_extra_requirements.txt +++ b/image_extra_requirements.txt @@ -1,2 +1,2 @@ -pillow~=10.4.0 +pillow~=11.0.0 ascii_magic~=2.3.0