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 23, 2024
1 parent b13f205 commit 1fc8239
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 @@ -110,7 +110,7 @@ pylint-common>=0.2.2
pylint-django>=0.7.1
pylint-flask>=0.1
pylint-plugin-utils>=0.2.3
PyMySQL==0.7.2
PyMySQL==1.1.1
pyparsing==2.1.1
pyquery==1.2.11
pytest==2.7.2
Expand Down

0 comments on commit 1fc8239

Please sign in to comment.