Merge "Fix jsonschema version to match lower-constraint"

This commit is contained in:
Zuul 2023-03-22 21:52:58 +00:00 committed by Gerrit Code Review
commit 1bb559b684
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
jsonschema>=3.0.2 # MIT