From 4e3e33bffeda3b80bbd0cf8a5bb2e88af6997510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 01:56:48 +0000 Subject: [PATCH] chore(deps)(deps): bump urllib3 from 2.2.1 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1bd919..9fa2f86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ strawberry-graphql==0.225.1 strawberry-graphql-django==0.37.1 typing-extensions==4.9.0 # Fixed version that satisfies most dependencies tzdata==2024.1 -urllib3==2.2.1 +urllib3==2.6.0 uvicorn==0.27.1 # Downgraded for better compatibility wrapt==1.16.0 zipp==3.18.1