From 6693154f5fc3855a4e8393f3435eb5b62d0f6ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:53:04 +0000 Subject: [PATCH] Update pillow requirement from <11.0,>=10.0 to >=10.0,<13.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.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- sphinx-docs/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8bf882e..4931340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scipy>=1.17,<2.0", "pandas>=2.3,<3.0", "openpyxl>=3.1,<4.0", - "Pillow>=10.0,<11.0", + "Pillow>=10.0,<13.0", "python-dotenv>=1.0,<2.0", "colorama>=0.4,<1.0", "PyYAML>=6.0,<7.0", diff --git a/requirements.txt b/requirements.txt index 358e624..8098b5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pandas>=2.3,<3.0 openpyxl>=3.1,<4.0 # Image processing for GUI -Pillow>=10.0,<11.0 +Pillow>=10.0,<13.0 # Environment variable management python-dotenv>=1.0,<2.0 diff --git a/sphinx-docs/requirements.txt b/sphinx-docs/requirements.txt index a21b652..8bda24a 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -16,5 +16,5 @@ pandas>=2.3,<3.0 openpyxl>=3.1,<4.0 python-dotenv>=1.0,<2.0 colorama>=0.4,<1.0 -Pillow>=10.0,<11.0 +Pillow>=10.0,<13.0 streamlit>=1.31,<2.0