From 923c8f45c34b641671c0c7f0d94766392508561a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:21 +0000 Subject: [PATCH] chore(deps): update openpyxl requirement in /services/zc 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] --- services/zc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 services/zc/requirements.txt diff --git a/services/zc/requirements.txt b/services/zc/requirements.txt old mode 100755 new mode 100644 index 1e1fa82..5106db8 --- a/services/zc/requirements.txt +++ b/services/zc/requirements.txt @@ -25,7 +25,7 @@ python-dotenv>=1.0.0 # Not required for any other flag; zc_excel.py raises a clear error # and exits if these aren't installed and --excel is used. pandas>=2.0.0 -openpyxl>=3.1.0 +openpyxl>=3.1.5 # Optional — --pptx conversational slide-deck chat (v1.15.0) # Not required for any other flag; zc_powerpoint.py raises a clear