From d597cb994b344f08a4cef535efb5790ecf22df32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:39:58 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 2.6.0 in /app Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 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.26.12...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 30a11c8..31d8f7a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -39,7 +39,7 @@ starlette==0.20.4 tomli==2.0.1 typer==0.7.0 typing_extensions==4.3.0 -urllib3==1.26.12 +urllib3==2.6.0 uvicorn==0.18.3 uvloop==0.17.0 watchfiles==0.17.0