Merge pull request #128 from daily-co/pillow-security-fixes

pyproject: pillow security fixes
This commit is contained in:
Aleix Conchillo Flaqué
2024-04-23 01:51:49 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ packaging==24.0
# huggingface-hub
# onnxruntime
# transformers
pillow==10.2.0
pillow==10.3.0
# via
# dailyai (pyproject.toml)
# torchvision

View File

@@ -137,7 +137,7 @@ packaging==24.0
# huggingface-hub
# onnxruntime
# transformers
pillow==10.2.0
pillow==10.3.0
# via
# dailyai (pyproject.toml)
# torchvision

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