From ab23300743e04c3c92d2a4f139bc183714ec5fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:35:53 +0000 Subject: [PATCH] chore(deps): Update urllib3 requirement from ==2.5.* to ==2.6.* Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 01a5c6b..1b66dd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pydantic==2.11.* pydantic-settings==2.10.* python-dotenv==1.1.* requests==2.32.* -urllib3==2.5.* +urllib3==2.6.* # API dependencies fastapi==0.120.*