From 6e466dd559a9fc27edd2ea1af7859a76f96d026d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Dec 2025 10:32:03 +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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- 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..28e071d56 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.0 wcwidth==0.2.5 xlwt==1.3.0 zipp==3.6.0