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 1/3] 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", From df6e0b0a54c6e1122c04e750cf585ea900bff271 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Wed, 4 Mar 2026 20:54:41 +0100 Subject: [PATCH 2/3] Minor change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56f24d5670..c2bc7d8ab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "rarfile==4.2", "requests==2.32.5", "requests-futures==1.0.2", - "setuptools>=65.5.1", + "setuptools<82.0.0", "ssdeep==3.4", "stpyv8==13.1.201.22", "yara-python==4.5.4", From 5281622392772d85e8b3d3a5f165dc96f8db83e9 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Sat, 7 Mar 2026 12:31:50 +0100 Subject: [PATCH 3/3] Minor change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2bc7d8ab0..a37c123ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=65.5.1", + "setuptools<82.0.0", "appdirs", "wheel" ]