From b82645e7c2994563a4c8b5cbacc479c3745f408c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 13:01:49 +0000 Subject: [PATCH] chore(deps): update openpyxl requirement from >=3.1.0 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 4bcc973..4a8343c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask>=3.0.0 Flask-SQLAlchemy>=3.1.0 pandas>=2.0.0 -openpyxl>=3.1.0 +openpyxl>=3.1.5 gunicorn>=21.2.0 reportlab==5.0.1