diff --git a/lower-constraints.txt b/lower-constraints.txt index 21b5c1e0..cd45a5a9 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -13,7 +13,7 @@ imagesize==0.7.1 iso8601==0.1.11 isort==4.3.4 Jinja2==2.10 -jsonschema==3.2.0 +jsonschema==3.0.2 keystoneauth1==3.4.0 lazy-object-proxy==1.3.1 linecache2==1.0.0 diff --git a/requirements.txt b/requirements.txt index 288349da..067d95f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ PyYAML>=3.12 # MIT stevedore>=1.20.0 # Apache-2.0 # NOTE(ianw) in here because dib-lint uses flake8 flake8<6.0.0,>=3.6.0 # MIT -jsonschema>=3.2.0 # MIT \ No newline at end of file +jsonschema>=3.0.2 # MIT