From 670eb791e86bd8eb6130128ffd82e10a0e9162de Mon Sep 17 00:00:00 2001 From: EgorDinamit <53223414+EgorDinamit@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:39:11 +0300 Subject: [PATCH] Revert Pillow to 9.3.0 (#1525) --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 059bd45d7e96..af387db66f83 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,6 +1,6 @@ pygit2==1.0.1 bidict==0.13.1 -Pillow==10.0.1 +Pillow==9.3.0 # changelogs PyYaml==5.4