From 02a46c6d12e9b36713d8b04e0c12528ed00f9a72 Mon Sep 17 00:00:00 2001 From: "John N. Milner" Date: Thu, 28 Mar 2019 15:33:45 -0400 Subject: [PATCH 1/2] Update Pyxform to 0.13.1. See kobotoolbox/kpi#2236 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab0e8639..fe70e992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ jsonschema==2.6.0 lxml==4.3.0 path.py==11.5.0 pyquery==1.4.0 -pyxform==0.12.0 +pyxform==0.13.1 statistics==1.0.3.5 XlsxWriter==1.1.2 From eb7d723eb2b54dbfd56a1c32d72e0008bbb29149 Mon Sep 17 00:00:00 2001 From: "John N. Milner" Date: Thu, 28 Mar 2019 16:48:32 -0400 Subject: [PATCH 2/2] Update pytest to resolve more-itertools Python 2 compatibility issue --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 50ba3e08..7c6afee1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ coverage==4.5.2 nose==1.3.7 tox==3.7.0 flake8==3.6.0 -pytest==4.1.1 +pytest==4.3.1 funcsigs==1.0.2 pytest-cov==2.6.1 coveralls==1.5.1