From 373148bd12ebc52faa5e91a65d244f5520fcee05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 19:33:24 +0000 Subject: [PATCH] Update requirements: Bump pillow from 12.1.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [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.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3da8760186..56f24d5670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "networkx==3.4.2; python_version == '3.10'", "networkx==3.6.1; python_version > '3.10'", "pefile==2024.8.26", - "pillow==12.1.0", + "pillow==12.1.1", "promise==2.3", "pylibemu==1.0", "pymongo==4.16.0",