From 0ac23fb0b2dd1c0d5fe7674e60f1277dd6474407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:30:23 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.6.0 in /app Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 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/2.2.3...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.server.txt b/app/requirements.server.txt index bcfa0bbb5..9af3d47ac 100644 --- a/app/requirements.server.txt +++ b/app/requirements.server.txt @@ -33,7 +33,7 @@ semantic-version==2.10.0 requests==2.32.5 # API capabilities -urllib3==2.2.3 +urllib3==2.6.0 djangorestframework==3.16.1 uritemplate==4.2.0 django-filter==25.2