From bab62d18922a63ba10870830e4027da88c6a2d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:25:26 +0000 Subject: [PATCH] Bump urllib3 from 2.6.2 to 2.7.0 in /python Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.7.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/2.6.2...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-frozen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-frozen.txt b/python/requirements-frozen.txt index 2d60099..eb15e91 100644 --- a/python/requirements-frozen.txt +++ b/python/requirements-frozen.txt @@ -113,7 +113,7 @@ testtools==2.8.2 typing_extensions==4.15.0 tzdata==2025.2 ulid2==0.3.0 -urllib3==2.6.2 +urllib3==2.7.0 uWSGI==2.0.31 vine==5.1.0 wcwidth==0.2.14