From 09c4ed880b64fac92481508d8dceb3e40f7394ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 02:08:39 +0000 Subject: [PATCH] build: Bump the python group with 2 updates Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pillow` to 12.3.0 - [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/12.2.0...12.3.0) Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:development dependency-group: python - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1b8bb2..13e3467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=83.0.0"] build-backend = "setuptools.build_meta" [project] @@ -20,7 +20,7 @@ classifiers = [ dependencies = [] # core is pure stdlib [project.optional-dependencies] -plots = ["matplotlib>=3.10.9", "pillow>=12.2.0"] # only the viz/plot/gif demos +plots = ["matplotlib>=3.10.9", "pillow>=12.3.0"] # only the viz/plot/gif demos build = ["pyinstaller>=6.21.0"] [project.scripts]