From 1aa97c5fb258d8e6ffcfac922d86e82aeeff78fc Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Wed, 25 Oct 2023 12:39:37 -0500 Subject: [PATCH] rolls back pypillow req --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index efa47b8a5eae..dbaed6f0260b 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,6 +1,6 @@ pygit2==1.7.2 bidict==0.22.0 -Pillow==10.0.1 +Pillow==9.5.0 # check_regex.py colorama==0.4.4