Skip to content

Commit 869ef1e

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 371fe5b commit 869ef1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==1.1.1
22
Jinja2==2.10.3
33
Mako==1.1.1
44
MarkupSafe==1.1.1
5-
PyMySQL==0.9.3
5+
PyMySQL==1.1.1
66
SQLAlchemy-Utc==0.10.0
77
# NOTE: docs are pinned at this version in conf.py
88
SQLAlchemy==1.3.13

0 commit comments

Comments
 (0)