Skip to content

Commit 3c62ef6

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent a8893b3 commit 3c62ef6

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
@@ -46,7 +46,7 @@ six==1.16.0
4646
# xml2rfc
4747
sortedcontainers==2.4.0
4848
# via intervaltree
49-
urllib3==1.26.18
49+
urllib3==2.5.0
5050
# via requests
5151
webencodings==0.5.1
5252
# via html5lib

0 commit comments

Comments
 (0)