diff --git a/requirements.txt b/requirements.txt index 977c2cc..ae51400 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pycurl==7.43.0 -Pillow==3.4.2 \ No newline at end of file +Pillow==10.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index fa173b9..0d9a0cb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ author_email='ndieksman@gmail.com', install_requires=[ 'pycurl==7.43.0', - 'Pillow==3.4.2', + 'Pillow==10.0.1', ], classifiers=[ # 'Development Status :: 1 - Alpha',