diff --git a/lower-constraints.txt b/lower-constraints.txt index 5b36e8e..760d9b2 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -8,7 +8,7 @@ flake8==2.5.5 hacking==0.12.0 httplib2==0.9.1 iso8601==0.1.11 -jsonschema==2.6.0 +jsonschema==3.2.0 keystoneauth1==3.4.0 linecache2==1.0.0 mccabe==0.2.1 diff --git a/requirements.txt b/requirements.txt index d0ded9a..3b9a7a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ oslo.utils>=3.33.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 httplib2>=0.9.1 # MIT iso8601>=0.1.11 # MIT -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT requests>=2.14.2 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 PyYAML>=3.12 # MIT