From 825bc6ca215af61df7c50fb791a22c8a1eb4e4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:17:57 +0000 Subject: [PATCH] Bump urllib3 in /projects/export_mysql_to_csv_send_to_wocom Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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