diff --git a/lower-constraints.txt b/lower-constraints.txt index 00e8d54d6..056804c37 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -142,4 +142,4 @@ python-zaqarclient==1.2.0 tooz==1.58.0 zake==0.1.6 psutil==5.4.3 -jsonschema==2.6.0 +jsonschema==3.2.0 diff --git a/requirements.txt b/requirements.txt index 1a6e2e26a..838f3ee1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,4 +44,4 @@ pytz>=2013.6 # MIT tenacity>=4.9.0 tooz>=1.58.0 # Apache-2.0 psutil>=5.4.3 # BSD -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT