From c3d96c39fe6cbda34b1f7ddce8ea02ae297f1e7a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Dec 2021 02:06:37 +0000 Subject: [PATCH] Update dependency jsonschema to v4 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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