From 6ecafb8146dd4c969ccadcb1fa797cae28afbb9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:16:38 +0000 Subject: [PATCH] Update urllib3 requirement from >=2.0 to >=2.6.3 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.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 2336e82..4aa6852 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.6.3