diff --git a/lower-constraints.txt b/lower-constraints.txt index 5cc123f2e6743241dcad78f72c0fbb643f78d0c1..4593a754a1ebacdb2c92fb0938a36874aecae712 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -16,7 +16,7 @@ GitPython==1.0.1 greenlet==0.4.10 iso8601==0.1.11 Jinja2==2.10 -jsonschema==2.6.0 +jsonschema==3.2.0 keystoneauth1==3.4.0 kombu==4.0.0 linecache2==1.0.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1826eee8572f9a5d13b0c07dcdc69c9b5f62874d..5bb79dc24466cc6ec9d2531810dad3b82d9185aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking>=3.1.0,<3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testtools>=2.2.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT stestr>=2.0.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD