From dec7af6bae39a04d63d3e056f33ce6d864baf324 Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Wed, 11 Oct 2017 13:39:20 -0400 Subject: [PATCH 1/2] update jsonschema version to 2.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee715c9c3..7dbfe73f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ GitPython==2.1.3 gmpy==1.17 jsonrpc==1.2 jsonrpclib==0.1.7 -jsonschema==2.5.1 +jsonschema==2.6.0 git+https://github.com/lbryio/lbryschema.git@v0.0.12#egg=lbryschema git+https://github.com/lbryio/lbryum.git@v3.1.9#egg=lbryum miniupnpc==1.9 From 9c66d75c1713b5561c6a72d2d75823e0b030de28 Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Mon, 16 Oct 2017 15:26:16 -0400 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b016130..ea9166471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ at anytime. * ### Changed - * + * Bumped jsonschema requirement to 2.6.0 * ### Added