From 338c55c06ba5dade4cf3f273e176678ed012c243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:02:07 +0000 Subject: [PATCH] Update pillow requirement from <12,>=10.0.1 to >=12.3.0,<13 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.1...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f60a98..f4732ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.9" license = { text = "Unlicense" } dependencies = [ "requests>=2.31.0,<3", - "Pillow>=10.0.1,<12", + "Pillow>=12.3.0,<13", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 65de599..574ea32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Pinned lower bounds with a compatible upper bound. # For a fully reproducible install with hashes, use requirements.lock. requests>=2.31.0,<3 -Pillow>=10.0.1,<12 +Pillow>=12.3.0,<13