From 01c7a1993fd105a6e93a9be263e3c62c0a0649b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 00:34:01 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYMYSQL-6968882 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c931632b..1e94c9098 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ platformdirs==2.4.0 pluggy==1.0.0 py==1.11.0 pylint==2.11.1 -PyMySQL==1.0.2 +PyMySQL==1.1.1 pyparsing==2.4.7 pytest==6.2.5 pytest-cov==3.0.0