Skip to content

Commit 265d55a

Browse files
authored
fix: requirements.txt to reduce vulnerabilities (#25)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874
1 parent 15e21de commit 265d55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ idna-ssl==1.1.0
2525
isort==4.3.21
2626
kiwisolver==1.1.0
2727
lazy-object-proxy==1.4.3
28-
lxml==4.6.5
28+
lxml==4.9.1
2929
matplotlib==3.1.2
3030
mccabe==0.6.1
3131
mcstatus==2.3.0

0 commit comments

Comments
 (0)