From 6b4d6220dc49d5617dd4a866db8fe27989a1cf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:11:03 +0000 Subject: [PATCH] chore(deps): Update pillow requirement from ==11.* to ==12.* 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.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-integ-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-integ-testing.txt b/requirements-integ-testing.txt index b438d28..56c0d5e 100644 --- a/requirements-integ-testing.txt +++ b/requirements-integ-testing.txt @@ -1,4 +1,4 @@ -pillow == 11.* +pillow == 12.* numpy == 2.* openjd-cli == 0.7.* flaky == 3.*