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-3319935
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936
  • Loading branch information
snyk-bot committed Feb 16, 2023
1 parent 532edf4 commit de677aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pycodestyle==2.10.0
pydocstyle==6.2.2
requests==2.28.1
Sphinx==5.3.0
Werkzeug==2.0.3
Werkzeug==2.2.3
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit de677aa

Please sign in to comment.