From e261cf268b6ee2539d3e3e215e5aee32dbbfc699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:46:44 +0000 Subject: [PATCH] Chore(deps): bump urllib3 from 1.25.11 to 2.6.0 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 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.25.11...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 32f52cf96..34a19de7c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -45,7 +45,7 @@ requests==2.32.0 six==1.13.0 sqlparse==0.5.0 typed-ast -urllib3==1.25.11 +urllib3==2.6.0 vine==1.3.0 virtualenv==16.0.0 wrapt==1.11.2