diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 18635a7f..0349d87f 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -2,7 +2,7 @@ # current at the time of writing # we need at least version 4.0.0 for support of JSON Schema Draft 2020-12. -jsonschema >= 4.0.0 +jsonschema == 4.17.3 PyYAML >= 3.12 requests >= 2.18.4