From 74f92a00813133737ef946967449946651a8e7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:08:28 +0000 Subject: [PATCH] Update pillow requirement from <10.0.0,>=9.3.0 to >=9.3.0,<11.0.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/9.3.0...10.1.0) --- updated-dependencies: - dependency-name: pillow 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 49b2f72..2dd2bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ doc = [ "mkdocs-material >=8.1.4,<9.0.0", "mkdocstrings-python", "mdx-include >=1.4.1,<2.0.0", - "pillow >=9.3.0,<10.0.0", + "pillow >=9.3.0,<11.0.0", "cairosvg >=2.5.2,<3.0.0", ]