Skip to content

Commit 580e2fd

Browse files
committed
fix: update Pillow dependency version to 10.0.1 in pyproject.toml
1 parent 6e9363a commit 580e2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Typing :: Typed",
2020
]
2121
dependencies = [
22-
"Pillow>=10.0.0",
22+
"Pillow>=10.0.1",
2323
"python-pptx>=1.0.2",
2424
"typing-extensions>=4.13.2",
2525
]

0 commit comments

Comments
 (0)