mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
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:
parent
6b6fa6a154
commit
02cbcef4fd
|
|
@ -4,7 +4,7 @@
|
||||||
# we need at least version 4.18.0 for support of referencing library.
|
# we need at least version 4.18.0 for support of referencing library.
|
||||||
jsonschema >= 4.18.0
|
jsonschema >= 4.18.0
|
||||||
|
|
||||||
python-jsonpath == 0.9.0
|
python-jsonpath >= 1.0.0
|
||||||
attrs >= 23.1.0
|
attrs >= 23.1.0
|
||||||
PyYAML >= 3.12
|
PyYAML >= 3.12
|
||||||
requests >= 2.18.4
|
requests >= 2.18.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue