pyproject: pillow security fixes

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-22 10:28:42 -07:00
parent 24198ecf45
commit 2f341e4fb0
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"aiohttp~=3.9.0",
"numpy~=1.26.0",
"Pillow~=10.2.0",
"Pillow~=10.3.0",
"typing-extensions~=4.10.0",
]