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-REQUESTS-5595532
  • Loading branch information
snyk-bot committed May 23, 2023
1 parent 56867b7 commit b290566
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 @@ -9,7 +9,7 @@ flask-talisman==1.0.0
gunicorn==20.1.0
pycodestyle==2.10.0
pydocstyle==6.3.0
requests==2.28.2
requests==2.31.0
Sphinx==6.1.3
Werkzeug==2.2.3
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit b290566

Please sign in to comment.