From 0a021d7d92a8c22de73818f1564325e5e8ebb49c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 19 Mar 2019 23:47:06 -0400 Subject: [PATCH] Update jsonschema from 3.0.0 to 3.0.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 95e42d6..6303fe3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,4 +11,4 @@ url = http://github.com/cmccandless/argutil [options] packages = argutil, tests include_package_data = True -install_requires = jsonschema==3.0.0 +install_requires = jsonschema==3.0.1