From 4078826a5cf5b3413241fce9494cf42ab84ae5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:59:54 +0000 Subject: [PATCH] Bump urllib3 from 1.26.20 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 to 2.5.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.20...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements-new.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements-new.txt b/dev-requirements-new.txt index f9593bee1..2ea3a4868 100644 --- a/dev-requirements-new.txt +++ b/dev-requirements-new.txt @@ -11,7 +11,7 @@ requests==2.25.1; python_version < '3.7' python-dateutil==2.8.2 repoze.lru==0.7 six==1.16.0 -urllib3==1.26.20 +urllib3==2.5.0 # Required for redis monitor. redis==2.10.5