Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6041510
  • Loading branch information
snyk-bot committed Nov 1, 2023
1 parent d1f260a commit d571cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -11,5 +11,5 @@ pycodestyle==2.11.1
pydocstyle==6.3.0
requests==2.31.0
Sphinx==7.1.2
Werkzeug==3.0.0
Werkzeug==3.0.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit d571cee

Please sign in to comment.