From 5d4d4f6ac1ccbfc29add3d8f1ecd864eb7f4c142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:13:06 +0000 Subject: [PATCH] build(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 88884e1..bfa4022 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ scipy>=1.10 matplotlib>=3.7 seaborn>=0.12 chardet>=5.0 # magic-data-loading (encoding detection) -openpyxl>=3.1 # magic-data-loading (Excel file support) +openpyxl>=3.1.5 # magic-data-loading (Excel file support) pyarrow>=14.0 # magic-data-loading (Parquet file support) pyyaml>=6.0 # config parsing