From 7853fab16d00d3bb0a75ef9fa0ddb320367f554d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:12:33 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e15c5f..8b33151 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -66,7 +66,7 @@ text-unidecode==1.3 ; python_version >= "3.9" and python_version < "4.0" tomli==1.2.3 ; python_version >= "3.9" and python_full_version < "3.11.0a7" tomlkit==0.11.8 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "3.11" -urllib3==1.26.16 ; python_version >= "3.9" and python_version < "4.0" +urllib3==2.6.0 ; python_version >= "3.9" and python_version < "4.0" virtualenv==20.21.1 ; python_version >= "3.9" and python_version < "4.0" wcmatch==8.4.1 ; python_version >= "3.9" and python_version < "4.0" wrapt==1.15.0 ; python_version >= "3.9" and python_version < "4.0"