Skip to content

Commit

Permalink
fix: utils/requirements.all.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-PYMYSQL-6968882
  • Loading branch information
snyk-bot committed May 23, 2024
1 parent 243af0e commit ddb9466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ waitress==2.1.2
PyJWT==2.6.0
pandas==1.5.3
gunicorn==20.1.0
PyMySQL==1.0.2
PyMySQL==1.1.1
alembic==1.9.3
async-timeout==4.0.2
blinker==1.5
Expand Down

0 comments on commit ddb9466

Please sign in to comment.