Skip to content

Commit

Permalink
security patch for Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorpeJosh committed Oct 21, 2023
1 parent 22f5820 commit 549ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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.*",
Expand Down

0 comments on commit 549ed9d

Please sign in to comment.