From 76a55aae8c7a350bf2e6e9235ea0591ae94fdfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:06:31 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.6.3 in /services/frontend 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] --- services/frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/requirements.txt b/services/frontend/requirements.txt index af1b591..8e704ca 100644 --- a/services/frontend/requirements.txt +++ b/services/frontend/requirements.txt @@ -32,7 +32,7 @@ sniffio==1.3.1 starlette==0.40.0 typer==0.12.5 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.6.3 uvicorn==0.32.0 uvloop==0.21.0 watchfiles==0.24.0