Skip to content

Commit 0554128

Browse files
committed
Pillow version security fix
1 parent 078eaf7 commit 0554128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pandas>=0.24.2
44
scikit-learn>=0.23.1
55
matplotlib>=3.0.0
66
joblib>=0.13.2
7-
Pillow==8.0.0
7+
Pillow==8.1.2
88
seaborn>=0.11.1
99
pandas_profiling==2.11.0
1010
pandas-summary==0.0.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'pandas_profiling==2.11.0',
3131
'matplotlib>=3.0.0',
3232
'joblib>=0.13.2',
33-
'Pillow==8.0.0',
33+
'Pillow==8.1.2',
3434
'seaborn>=0.11.1',
3535
'pandas-summary==0.0.7',
3636
'graphviz==0.16',

0 commit comments

Comments
 (0)