From 744fb21e6d9619fe52a429bf04a2ec5e986fa2a0 Mon Sep 17 00:00:00 2001 From: ElectricityMachine <47489506+ElectricityMachine@users.noreply.github.com> Date: Thu, 10 Nov 2022 05:14:56 +0000 Subject: [PATCH] Update requirements.txt Compatibility with Python 3.11 + Pillow --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d486ad..31af199 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ autoit==0.2.4 colorama==0.4.4 keyboard==0.13.5 -Pillow==9.0.1 +Pillow==9.3.0 PyAutoGUI==0.9.53 PyAutoIt==0.6.5 PyGetWindow==0.0.9