From 04e4b5e710c5f72b742eb0911bd3452b7c818e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 07:25:21 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 2.5.0 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.6...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ca529e92..c7744505 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ python-dotenv==1.1.1 pydantic==2.11.7 requests==2.32.4 six==1.15.0 -urllib3==1.26.6 +urllib3==2.5.0 whitenoise==6.1.0 psycopg2-binary==2.9.10 djangorestframework==3.14.0