Skip to content

Commit dc49087

Browse files
authored
Test jsonschema versions (#280)
2 parents f5ff7a8 + dd09476 commit dc49087

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
chardet>=3.0.2
55
eventlet
66
jinja2>=2.11 # BSD License (3 clause)
7-
#jsonschema>=4.18.5 # MIT
8-
# REVERT: only needed for testing incremental version bumps of jsonschema.
9-
jsonschema==4.17.3 # MIT
10-
# networkx v3.2 and greater does not support Python3.8.
11-
networkx>=2.6,<3.2
7+
#jsonschema==4.17.3
8+
jsonschema==4.26.0
9+
# networkx v3.5 and greater does not support Python3.10.
10+
networkx>=2.6,<3.4
1211
python-dateutil
1312
pyyaml>=5.3.1 # MIT
1413
six>=1.14.0

0 commit comments

Comments
 (0)