From 15f3028c7c42382dd32d2a21a78e857be9793512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:47:01 +0000 Subject: [PATCH] Update pillow requirement from >=10.0.0 to >=11.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/10.0.0...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46e465b..b48ec93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = ["pytest>=7.4.0", "pytest-cov>=3.0.0", "ruff>=0.0.285"] docs = [ "mkdocstrings-python>=2.0.0", "zensical>=0.0.24", - "pillow>=10.0.0", + "pillow>=11.3.0", "cairosvg>=2.7.1" ]