Skip to content

Commit ff6794e

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1727377
1 parent 012f3c2 commit ff6794e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Flask==1.1.2
99
Werkzeug==1.0.1
1010
tqdm==4.54.1
1111
olefile==0.46
12-
Pillow==8.1.2
12+
Pillow==8.3.2
1313
py-bcrypt==0.4
1414
scikit_learn==0.22.2.post1

0 commit comments

Comments
 (0)