Skip to content

Commit 3d37fc9

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-16119103
1 parent b3f0c2a commit 3d37fc9

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
@@ -11,7 +11,7 @@ sphinxcontrib-websupport==1.2.7
1111
pip~=26.0
1212
build==0.10.0
1313
wheel~=0.46.2
14-
lxml==5.3.1
14+
lxml==6.1.0
1515
utils~=1.0.2
1616
keyring==23.13.1
1717
docutils==0.21.2

0 commit comments

Comments
 (0)