From 58bdc50dc24ecb7b2d8c142fbeec2313d265049f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:53:39 +0000 Subject: [PATCH] chore(deps): update dependency pillow to ~=10.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a8c9b7..29a55a4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup from image_sorting_tool import __version__ as version -REQUIREMENTS = ["Pillow~=10.3.0", "python-dateutil~=2.8"] +REQUIREMENTS = ["Pillow~=10.4.0", "python-dateutil~=2.8"] DEV_REQUIREMENTS = { "dev": [ "pytest==8.3.*",