From abf654ce532ba53e95d246a98c566bc2c3ee4ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:42:56 +0000 Subject: [PATCH] Chore(deps): Bump urllib3 from 1.26.9 to 2.5.0 in /django Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.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 c68437a4..79752079 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -44,6 +44,6 @@ shortuuid==1.0.9 six==1.16.0 sqlparse==0.4.2 Unidecode==1.3.4 -urllib3==1.26.9 +urllib3==2.5.0 wcwidth==0.2.5 whitenoise==5.3.0