From b6b8b740351d4fc2f8c0ca17683e5343b76e6496 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 6 Apr 2022 13:42:20 +0100 Subject: [PATCH] Bump pyexcel-ods3 to 0.6.1 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index aab617f40..8207eb3ce 100644 --- a/requirements.in +++ b/requirements.in @@ -16,7 +16,7 @@ pyexcel==0.7.0 pyexcel-io==0.6.6 pyexcel-xls==0.7.0 pyexcel-xlsx==0.6.0 -pyexcel-ods3==0.6.0 +pyexcel-ods3==0.6.1 pytz==2022.1 # Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues) git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0 diff --git a/requirements.txt b/requirements.txt index 066715ca1..93d36b8ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -148,7 +148,7 @@ pyexcel-io==0.6.6 # pyexcel-ods3 # pyexcel-xls # pyexcel-xlsx -pyexcel-ods3==0.6.0 +pyexcel-ods3==0.6.1 # via -r requirements.in pyexcel-xls==0.7.0 # via -r requirements.in