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",

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" },