From a7fe1457f9bab24dc7782c83acfc8c7ea421d926 Mon Sep 17 00:00:00 2001 From: Norman Hooper Date: Fri, 6 Jun 2025 12:46:11 +0100 Subject: [PATCH] Upgrade openpyxl --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc6c57e..79a04cf 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def run_tests(self): 'backoff>=2.0', 'jsonpath-ng~=1.6.0', 'ndg-httpsclient', - 'openpyxl==2.5.12', + 'openpyxl==3.1.5', 'python-dateutil', 'pytz', 'requests',