Upgrade pillow to fix pytest workflow failure

This commit is contained in:
Debanjum Singh Solanky 2024-06-22 15:12:39 +05:30
parent 7e277e9381
commit 55a23eae25

View file

@ -47,7 +47,7 @@ dependencies = [
"tiktoken >= 0.3.2", "tiktoken >= 0.3.2",
"tenacity >= 8.2.2", "tenacity >= 8.2.2",
"magika ~= 0.5.1", "magika ~= 0.5.1",
"pillow ~= 9.5.0", "pillow ~= 10.0.0",
"pydantic >= 2.0.0", "pydantic >= 2.0.0",
"pyyaml ~= 6.0", "pyyaml ~= 6.0",
"rich >= 13.3.1", "rich >= 13.3.1",