We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ff7a8 + dd09476 commit dc49087Copy full SHA for dc49087
1 file changed
requirements.txt
@@ -4,11 +4,10 @@
4
chardet>=3.0.2
5
eventlet
6
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
+#jsonschema==4.17.3
+jsonschema==4.26.0
+# networkx v3.5 and greater does not support Python3.10.
+networkx>=2.6,<3.4
12
python-dateutil
13
pyyaml>=5.3.1 # MIT
14
six>=1.14.0
0 commit comments