From 30d85b5eca2ef1bd9b216ba60267eb0f496fb728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:33:07 +0000 Subject: [PATCH] Update pillow requirement from >=8.4.0 to >=12.2.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/8.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 510574ef..8a5b7a46 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,4 +13,4 @@ bandit>=1.5.1 pydocstyle>=6.3.0 pytest>=4.3.1 pytest-cov>=2.6.1 -Pillow>=8.4.0 \ No newline at end of file +Pillow>=12.2.0 \ No newline at end of file