From 16dc224b87182fa16053526f31d5503a603b37b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:23:16 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 2.6.0 in /projects/cookiecutter/bugs/4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/cookiecutter/bugs/4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/cookiecutter/bugs/4/requirements.txt b/projects/cookiecutter/bugs/4/requirements.txt index f695e148..453ffd23 100644 --- a/projects/cookiecutter/bugs/4/requirements.txt +++ b/projects/cookiecutter/bugs/4/requirements.txt @@ -26,6 +26,6 @@ six==1.15.0 text-unidecode==1.3 toml==0.10.1 tox==3.15.2 -urllib3==1.25.9 +urllib3==2.6.0 virtualenv==20.0.23 zipp==3.1.0