From 254eb3d15f53fb7768a9c37e34e700e7c72f9298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:30:17 +0000 Subject: [PATCH] Update openpyxl requirement from <4,>=3.1 to >=3.1.5,<4 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 4a16a09..5915c34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -openpyxl>=3.1,<4 +openpyxl>=3.1.5,<4