diff --git a/requirements.txt b/requirements.txt index f59a71f..bb6c2cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ jmespath>=0.10.0 asyncio==3.4.3 pytimeparse==1.1.8 termgraph==0.2.1 -jsonschema==3.2.0 +jsonschema==4.3.1 jsonpath-ng==1.5.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 88593a8..cf50950 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def get_install_requires(): res.append('asyncio==3.4.3') res.append('pytimeparse==1.1.8') res.append('termgraph==0.2.1') - res.append('jsonschema==3.2.0') + res.append('jsonschema==4.3.1') res.append('jsonpath-ng==1.5.2') return res