From e864a519ac21ead69cd569a4fffa03cfc8e0e16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:13:05 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.0.4 to 2.6.0 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 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/2.0.4...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 b28ce78..902587b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -222,7 +222,7 @@ tzlocal==5.1 ujson==5.8.0 uri-template==1.3.0 uritemplate==4.1.1 -urllib3==2.0.4 +urllib3==2.6.0 uvicorn==0.23.2 uvloop==0.17.0 vine==5.0.0