From f166f2c13318ea6c2c55bb394282858af48d0d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:03:24 +0000 Subject: [PATCH] Update openpyxl requirement from >=2.6.2 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 f807cae..bd07811 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ yarg>=0.1.9 opencv_python>=4.1.0.25 bokeh>=1.2.0 paramiko>=2.4.2 -openpyxl>=2.6.2 +openpyxl>=3.1.5 requests>=2.21.0 setuptools>=41.0.1 scipy>=1.3.0