From 2a2c1cd1a67e288bf6370d0f123095b7595d2ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:00:06 +0000 Subject: [PATCH] Update urllib3 requirement from >=2.0 to >=2.7.0 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.0.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 2336e82..f26b09d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ flask>=3.0 gunicorn>=21.0 requests>=2.31 openpyxl>=3.1 -urllib3>=2.0 +urllib3>=2.7.0