From 6d62a39374c466cd1cb66b058ca4c7137a0e4d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:28:30 +0000 Subject: [PATCH] Chore: 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 77a8c24..6138892 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas>=2.0 -openpyxl>=3.1 +openpyxl>=3.1.5 requests>=2.31 beautifulsoup4>=4.12 matplotlib>=3.8