Skip to content

Commit

Permalink
Merge pull request #128 from daily-co/pillow-security-fixes
Browse files Browse the repository at this point in the history
pyproject: pillow security fixes
  • Loading branch information
aconchillo authored Apr 22, 2024
2 parents 24198ec + 2f341e4 commit 712a889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linux-py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ packaging==24.0
# huggingface-hub
# onnxruntime
# transformers
pillow==10.2.0
pillow==10.3.0
# via
# dailyai (pyproject.toml)
# torchvision
Expand Down
2 changes: 1 addition & 1 deletion macos-py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ packaging==24.0
# huggingface-hub
# onnxruntime
# transformers
pillow==10.2.0
pillow==10.3.0
# via
# dailyai (pyproject.toml)
# torchvision
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit 712a889

Please sign in to comment.