From 2f7f629c89b08573a28baca4c27a81fd5d372d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:08:35 +0000 Subject: [PATCH] package update in dev(deps-dev): update pillow requirement 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.0.0) --- updated-dependencies: - dependency-name: pillow 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 aba6d4a..8fab16c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ mkdocs = "^1.4.3" mkdocs-material = "^9.5.39" mkdocstrings = { extras = ["python"], version = ">=0.22,<0.27" } mkdocs-git-revision-date-localized-plugin = "^1.2.0" -pillow = "^10.0.0" +pillow = ">=10,<12" cairosvg = "^2.7.0" lxml = ">=4.9.3,<6.0.0" pytest-cov = ">=4.1,<6.0"