From 8db9ae39d2c659c3c2b05bb2bb53a8cd8a90c3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:10:07 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 2.6.0 in /python/writer 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] --- python/writer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/writer/requirements.txt b/python/writer/requirements.txt index 308731e7..48440d1a 100644 --- a/python/writer/requirements.txt +++ b/python/writer/requirements.txt @@ -23,5 +23,5 @@ safety==1.10.3 six==1.16.0 sql==0.4.0 toml==0.10.2 -urllib3==1.26.7 +urllib3==2.6.0 xmltodict==0.12.0