From 912d6e5d48bf555097b7852c55fc0a11e0a9629f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 05:47:48 +0000 Subject: [PATCH] Bump urllib3 from 2.4.0 to 2.6.3 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 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.4.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 52fb992..9667872 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,6 +30,6 @@ sniffio==1.3.1 starlette==0.46.2 typing-inspection==0.4.0 typing_extensions==4.13.2 -urllib3==2.4.0 +urllib3==2.6.3 uvicorn==0.34.2 websockets==15.0.1