diff --git a/setup.py b/setup.py index 5ebc79e..5c4c880 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'pyreadline==2.0', 'qrcode==5.1', 'watchdog==0.8.3', - 'Pillow==2.8.1', + 'Pillow==9.0.1', 'PyAutoGUI==0.9.30' ], tests_require=['nose'],