From 083da42fcd15cb3b69099c976b3f91e653b92081 Mon Sep 17 00:00:00 2001 From: Joe Roberts Date: Wed, 4 Oct 2023 10:33:25 -0700 Subject: [PATCH] GITC-4998 Upgrade Pillow from 9.4.0 to 10.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 095ef1e2..fba70182 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ matplotlib==3.6.3 # https://pypi.org/project/matplotlib/ moto[server]==4.1.0 # https://pypi.org/project/moto/ numpy==1.25.2 # https://pypi.org/project/numpy/ parse_apache_configs==0.0.2 # https://pypi.org/project/parse_apache_configs/ -Pillow==9.4.0 # https://pypi.org/project/Pillow/ +Pillow==10.0.1 # https://pypi.org/project/Pillow/ pyparsing==3.0.9 # https://pypi.org/project/pyparsing/ pypng==0.20220715.0 # https://pypi.org/project/pypng/ python-dateutil==2.8.1 # https://pypi.org/project/python-dateutil/