Skip to content

Commit

Permalink
fix: request-management-api/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-GUNICORN-6615672
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent 48f2033 commit a3ec720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request-management-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ flask-marshmallow==0.11.0
flask-restplus
flask_restx
flask-cors==3.0.10
gunicorn==20.1.0
gunicorn==22.0.0
idna==2.10
itsdangerous==2.0.1
jaeger-client==4.4.0
Expand Down

0 comments on commit a3ec720

Please sign in to comment.