Upgrade pillow to resolve security vuln (#4312)

This commit is contained in:
Suchintan
2025-12-17 10:10:15 -05:00
committed by GitHub
parent c9c66398c4
commit e186b8f5c2
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ dependencies = [
"playwright==1.46.0 ; python_version >= '3.11' and python_version < '3.12'",
"greenlet>3.0.3 ; python_version >= '3.12' and python_version < '3.14'",
"greenlet==3.0.3 ; python_version >= '3.11' and python_version < '3.12'",
"pillow>=10.1.0,<11",
"pillow>=10.2.0",
"starlette-context>=0.3.6,<0.4",
"pydantic>=2.5.2,<3",
"pydantic-settings>=2.1.0,<3",