From 549ed9d07cb6e71dd3fcfd0086228f059ad083b7 Mon Sep 17 00:00:00 2001 From: Josh Thorpe <33478918+ThorpeJosh@users.noreply.github.com> Date: Sun, 22 Oct 2023 04:19:29 +0800 Subject: [PATCH] security patch for Pillow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93fb7ce..7fe7e24 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from image_sorting_tool import __version__ as version -REQUIREMENTS = ["Pillow~=9.0", "python-dateutil~=2.8"] +REQUIREMENTS = ["Pillow~=10.0.1", "python-dateutil~=2.8"] DEV_REQUIREMENTS = { "dev": [ "pytest==7.2.*",