Skip to content

Commit 1fc8239

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYMYSQL-6968882
1 parent b13f205 commit 1fc8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pylint-common>=0.2.2
110110
pylint-django>=0.7.1
111111
pylint-flask>=0.1
112112
pylint-plugin-utils>=0.2.3
113-
PyMySQL==0.7.2
113+
PyMySQL==1.1.1
114114
pyparsing==2.1.1
115115
pyquery==1.2.11
116116
pytest==2.7.2

0 commit comments

Comments
 (0)