From 324d9354223919ed0c0ae6d8611a0d71b3f7ceee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:29:04 +0000 Subject: [PATCH] Chore(deps): Bump urllib3 from 1.26.9 to 2.6.0 in /django Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.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.26.9...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index c66c200a..b8cf8025 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -45,6 +45,6 @@ shortuuid==1.0.9 six==1.16.0 sqlparse==0.4.2 Unidecode==1.3.4 -urllib3==1.26.9 +urllib3==2.6.0 wcwidth==0.2.5 whitenoise==5.3.0