From 95a55194292bf55e8a5d3d446e36455b654c5edb Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Sat, 4 Jan 2025 13:01:07 +0100 Subject: [PATCH] Update requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5dadeb12c..98c819f3fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "networkx==3.2.1; python_version < '3.10'", "networkx==3.4.2; python_version > '3.9'", "pefile==2024.8.26", - "pillow==11.0.0", + "pillow==11.1.0", "promise==2.3", "pylibemu==1.0", "pymongo==4.10.1",