From a74fa5558efc27e1edb1149812ae483a518234df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:38:45 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.6.3 in /app Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..d6bd9471a 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.3 djangorestframework==3.16.1 uritemplate==4.2.0 django-filter==25.2