From 89b4c77bbb24694e00709379436163761743c010 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 9 Oct 2019 15:47:59 -0400 Subject: [PATCH] Update jsonschema from 3.0.2 to 3.1.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b58231c..7b31520 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.2 +install_requires = jsonschema==3.1.1