From f1d8a2faf0301d33f5b7c6a7c9801df06dcd9900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 04:55:25 +0000 Subject: [PATCH] Update pillow requirement from <11.2,>=10.3 to >=10.3,<11.3 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.3.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32f0d79..b3fade5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ # added for docs "mkdocs==1.6.*", "mkdocs-material>=9.5,<9.7", - "pillow>=10.3,<11.2", + "pillow>=10.3,<11.3", "cairosvg==2.7.*", "mkdocs-jupyter>=0.24,<0.26", ]