From b5526135d1bb772896b8638cef427002bc998433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:08:54 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 2.6.0 in /python/validator 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/validator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/validator/requirements.txt b/python/validator/requirements.txt index 5a591c1a..50d7f539 100644 --- a/python/validator/requirements.txt +++ b/python/validator/requirements.txt @@ -18,5 +18,5 @@ requests==2.26.0 safety==1.10.3 six==1.16.0 toml==0.10.2 -urllib3==1.26.7 +urllib3==2.6.0 xmltodict==0.12.0