From b5060342f089591884248e9f2ad855eb85c2e636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:05:53 +0000 Subject: [PATCH] Update requirements: Bump pillow from 12.0.0 to 12.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.0 to 12.1.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.0.0...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb8a412e40..a9a1f8a150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "networkx==3.4.2; python_version == '3.10'", "networkx==3.6; python_version > '3.10'", "pefile==2024.8.26", - "pillow==12.0.0", + "pillow==12.1.0", "promise==2.3", "pylibemu==1.0", "pymongo==4.15.5",