Skip to content

Commit f3beca0

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 dda74ca commit f3beca0

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
@@ -9,7 +9,7 @@ flask_testing==0.8.1
99
flask-socketio==5.3.5
1010
flask-moment==1.0.5
1111
flask-talisman==1.1.0
12-
pymysql==1.1.0
12+
pymysql==1.1.1
1313
pyjwt==2.8.0
1414
coverage==7.3.0
1515
https://github.com/benoitc/gunicorn/archive/refs/heads/master.zip#egg=gunicorn==20.1.0 # eventlet bug workaround

0 commit comments

Comments
 (0)