From 69796252d6af3654a5adab0c9f6ae2380a57ec10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 10:46:56 +0000 Subject: [PATCH] fix: projects/export_mysql_to_csv_send_to_wocom/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- projects/export_mysql_to_csv_send_to_wocom/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/export_mysql_to_csv_send_to_wocom/requirements.txt b/projects/export_mysql_to_csv_send_to_wocom/requirements.txt index 365a6b592..aff06ac2d 100644 --- a/projects/export_mysql_to_csv_send_to_wocom/requirements.txt +++ b/projects/export_mysql_to_csv_send_to_wocom/requirements.txt @@ -11,7 +11,7 @@ PyMySQL==1.0.2 requests==2.26.0 simplejson==3.17.5 typing-extensions==3.10.0.2 -urllib3==1.26.7 +urllib3==2.6.3 wcwidth==0.2.5 xlwt==1.3.0 zipp==3.6.0