From 19de1fd4a1c74b8529b9a156713e4e6d8401581f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:50:27 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.6.3 to 2.7.0 in /dev-requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 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.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements/dev.txt b/dev-requirements/dev.txt index 30d04c09..823aba22 100644 --- a/dev-requirements/dev.txt +++ b/dev-requirements/dev.txt @@ -46,5 +46,5 @@ sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 sympy==1.10.1 tomli==2.2.1 -urllib3==2.6.3 +urllib3==2.7.0 zipp==3.21.0 From 994aefeb4fcf8ca56c3e9e86ccba62e34d0c9077 Mon Sep 17 00:00:00 2001 From: Kwabena Amponsah Date: Tue, 19 May 2026 10:47:50 +0100 Subject: [PATCH 2/2] Bump urllib dev requirements for py3.9 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- dev-requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements/dev.txt b/dev-requirements/dev.txt index 823aba22..b355d78a 100644 --- a/dev-requirements/dev.txt +++ b/dev-requirements/dev.txt @@ -46,5 +46,6 @@ sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 sympy==1.10.1 tomli==2.2.1 -urllib3==2.7.0 +urllib3<2.7; python_version < "3.10" +urllib3==2.7.0; python_version >= "3.10" zipp==3.21.0