From d47bebb403831abc65e2b9bb5d872ea613f02657 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 3 Feb 2023 09:35:02 +0100 Subject: [PATCH] Update openpyxl to 3.1.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 63682a7e2f..c06792c1e0 100644 --- a/src/setup.py +++ b/src/setup.py @@ -200,7 +200,7 @@ setup( # We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7 'mt-940==4.23.*', 'oauthlib==3.2.*', - 'openpyxl==3.0.*', + 'openpyxl==3.1.*', 'packaging', 'paypalrestsdk==1.13.*', 'paypal-checkout-serversdk==1.0.*',