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-PYMYSQL-6968882
  • Loading branch information
snyk-bot committed May 22, 2024
1 parent 33a5364 commit fea20f3
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 @@ -29,7 +29,7 @@ pre-commit==2.20.0
py==1.11.0
pydantic==1.10.2
PyJWT==2.6.0
PyMySQL==1.0.2
PyMySQL==1.1.1
pyparsing==3.0.9
pytest==7.1.3
pytest-cov==4.0.0
Expand Down

0 comments on commit fea20f3

Please sign in to comment.