diff --git a/setup.py b/setup.py index 866cf0b..02e6f53 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup from image_sorting_tool import __version__ as version -REQUIREMENTS = ["Pillow~=10.0.1", "python-dateutil~=2.8"] +REQUIREMENTS = ["Pillow~=10.1.0", "python-dateutil~=2.8"] DEV_REQUIREMENTS = { "dev": [ "pytest==7.4.*",