Skip to content

Commit 149e98b

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-1088006
1 parent 6f4ea51 commit 149e98b

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
@@ -4,7 +4,7 @@ mod-wsgi==4.6.8
44
django>=2.2.13
55

66

7-
lxml==4.6.2
7+
lxml==4.6.3
88
urllib3>=1.25.9
99
suds-py3==1.3.4.0
1010
biopython==1.72

0 commit comments

Comments
 (0)