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

2
uv.lock generated
View File

@@ -5217,7 +5217,7 @@ requires-dist = [
{ name = "orjson", specifier = ">=3.9.10,<4" },
{ name = "pandas", specifier = ">=2.3.1,<3" },
{ name = "pdfplumber", specifier = ">=0.11.0,<0.12" },
{ name = "pillow", specifier = ">=10.1.0,<11" },
{ name = "pillow", specifier = ">=10.2.0" },
{ name = "playwright", marker = "python_full_version == '3.11.*'", specifier = "==1.46.0" },
{ name = "playwright", marker = "python_full_version >= '3.12' and python_full_version < '3.14'", specifier = ">1.46.0" },
{ name = "posthog", specifier = ">=3.7.0,<4" },