From 08bcb861c23ee2f0671cba779a13e8be139aa69f Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Fri, 18 Nov 2022 01:08:54 -0800 Subject: [PATCH] Upgrade Pillow to 9.3 gh-415 gh-418 (#430) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33f5dbb..30d0e38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ future==0.16.0 configparser==3.5.0 tabulate==0.7.7 Pillow==6.2.2; python_version == '2.7' -Pillow==8.0; python_version >= '3.6' +Pillow==9.3; python_version >= '3.6' six==1.9