From 2513a5dce2637c2f9d8ffd9c86dd0e7fe1ad892a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 05:18:51 +0000 Subject: [PATCH] Update openpyxl requirement from >=2.6.4 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 857216d..4d01d36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -openpyxl>=2.6.4 +openpyxl>=3.1.5