From 077da9a624338154f4e4545dba80443eeee95115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:22:25 +0000 Subject: [PATCH] Update openpyxl requirement from >=3.1 to >=3.1.5 Updates the requirements on [openpyxl](https://openpyxl.readthedocs.io) to permit the latest version. --- updated-dependencies: - dependency-name: openpyxl dependency-version: 3.1.5 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..45b5b1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask>=3.0 gunicorn>=21.0 requests>=2.31 -openpyxl>=3.1 +openpyxl>=3.1.5 urllib3>=2.0