Allow to use version 1 of python-jsonpath in CI scripts

JSONPath is now a RFC instead of a draft so the major release was bumped

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-04-16 11:44:08 +02:00
parent 6b6fa6a154
commit 02cbcef4fd
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -4,7 +4,7 @@
# we need at least version 4.18.0 for support of referencing library.
jsonschema >= 4.18.0
python-jsonpath == 0.9.0
python-jsonpath >= 1.0.0
attrs >= 23.1.0
PyYAML >= 3.12
requests >= 2.18.4