Skip to content

Commit

Permalink
fix: app_engine_flex/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
- https://snyk.io/vuln/SNYK-PYTHON-KERAS-6615954
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent 89168d4 commit cc103a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app_engine_flex/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ tensorflow==2.6.0
textgenrnn==2.0.0
ru-proverbs==1.1.0
flask==2.0.1
gunicorn==20.1.0
gunicorn==22.0.0
keras>=2.13.1rc0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit cc103a7

Please sign in to comment.