From 7ecf88bcd25550c8579402d53809a25d40b30d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:20:15 +0000 Subject: [PATCH] chore(deps): update pillow requirement from >=11.0.0 to >=12.3.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/11.0.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 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 82d89e5..b8d6ab9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ httpx>=0.27.0 httpx2>=2.0.0 python-dotenv>=1.0.0 tzdata>=2024.1 -Pillow>=11.0.0 +Pillow>=12.3.0 pywin32>=310; sys_platform == "win32" pywinauto==0.6.9; sys_platform == "win32" winrt-runtime>=3.2; sys_platform == "win32"