From d373d99ec0b1361e385a37dba75bcc2eee71e004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:26:16 +0000 Subject: [PATCH] deps: 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 5c9dd19..ee51bcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ click>=8.3.3 pypdf>=3.0 python-docx>=1.2.0 python-pptx>=1.0.2 -openpyxl>=3.1 +openpyxl>=3.1.5 pyyaml>=6.0.3 markdown>=3.10.2