From f2c6eab3c3958f0c70d3893c50a64b8a23b68bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:56:59 +0000 Subject: [PATCH] Bump urllib3 from 1.24 to 2.7.0 in /resources Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24 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/1.24...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/requirements.txt b/resources/requirements.txt index 382e3f9..5bb2b5e 100644 --- a/resources/requirements.txt +++ b/resources/requirements.txt @@ -43,5 +43,5 @@ sphinxcontrib-versioning==2.2.1 sphinxcontrib-websupport==1.1.0 stevedore==1.30.0 toml==0.10.0 -urllib3==1.24 +urllib3==2.7.0 virtualenv==16.0.0