Skip to content

Commit d5df127

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
1 parent 82a97ca commit d5df127

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
@@ -11,5 +11,5 @@ pycodestyle==2.11.1
1111
pydocstyle==6.3.0
1212
requests==2.31.0
1313
Sphinx==7.1.2
14-
Werkzeug==3.0.1
14+
Werkzeug==3.0.3
1515
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)