From ba8dcaa9813fa54fa19ce11eedda5ca419521157 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Jun 2025 23:58:24 -0400 Subject: [PATCH] Update pillow from 10.2.0 to 11.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 742f239..6092f83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cython==0.29.21 kiwisolver==1.3.1; python_version >= '3.6' matplotlib==3.3.0 numpy==1.24.3 -pillow==10.2.0; python_version >= '3.6' +pillow==11.2.1; python_version >= '3.6' pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'