Skip to content

Commit

Permalink
chore(deps): update dependency pillow to ~=10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 86bb1a8 commit 20447f0
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
Expand Up @@ -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.*",
Expand Down

0 comments on commit 20447f0

Please sign in to comment.