Skip to content

Commit

Permalink
build(Pillow): updated Pillow to 10.2.0 for security
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Feb 22, 2024
1 parent c026814 commit ba40783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tensorflow==2.14.0
numpy==1.23.5
pillow==9.3.0
pillow==10.2.0
albumentations==1.3.0
pandas==1.5.2
scikit-learn==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
python_requires='>=3.9',
install_requires=['tensorflow>=2.14.0',
'numpy>=1.23.5',
'pillow>=9.3.0',
'pillow>=10.2.0',
'albumentations>=1.3.0',
'pandas>=1.5.2',
'scikit-learn>=1.3.0',
Expand Down

0 comments on commit ba40783

Please sign in to comment.