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-BANDIT-6241859
- https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-6615672
  • Loading branch information
snyk-bot committed May 5, 2024
1 parent 82a97ca commit 5f91bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
bandit==1.7.2
bandit==1.7.7
coverage==6.5.0
coveralls==3.3.1
Flask==2.3.3
Flask-SSLify==0.1.5
Flask-Testing==0.8.1
Flask-SeaSurf==1.1.1
flask-talisman==1.1.0
gunicorn==21.2.0
gunicorn==22.0.0
pycodestyle==2.11.1
pydocstyle==6.3.0
requests==2.31.0
Expand Down

0 comments on commit 5f91bac

Please sign in to comment.