From 6c560c9acefdd772788e7f41acb557343aa516a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:31:12 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 2.6.0 in /python/form_handler 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/form_handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/form_handler/requirements.txt b/python/form_handler/requirements.txt index 0200cc17..842f71c1 100644 --- a/python/form_handler/requirements.txt +++ b/python/form_handler/requirements.txt @@ -37,5 +37,5 @@ rsa==4.8 safety==1.10.3 six==1.16.0 toml==0.10.2 -urllib3==1.26.7 +urllib3==2.6.0 xmltodict==0.12.0