Skip to content

Commit f43c50b

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-XML2RFC-12215106
1 parent a8893b3 commit f43c50b

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
@@ -50,7 +50,7 @@ urllib3==1.26.18
5050
# via requests
5151
webencodings==0.5.1
5252
# via html5lib
53-
xml2rfc==3.12.4
53+
xml2rfc==3.30.1
5454
# via -r requirements.in
5555

5656
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)