From 4031b818ff8ad14a2ab60448d8447b602253b7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:36:18 +0000 Subject: [PATCH] Update urllib3 requirement from >=2.6.2 to >=2.6.3 in /src 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.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 367f01f..bda2e66 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -43,7 +43,7 @@ SQLAlchemy>=2.0.45 starlette>=0.50.0 typing-inspection>=0.4.2 typing_extensions>=4.15.0 -urllib3>=2.6.2 +urllib3>=2.6.3 uvicorn>=0.40.0 uvloop>=0.22.1 watchfiles>=1.1.1