We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7e75d commit c3ae1f3Copy full SHA for c3ae1f3
requirements.txt
@@ -1,7 +1,7 @@
1
requests>=2.4.3
2
ruamel.yaml>=0.16.0,<0.17.22;python_version>='3.10'
3
ruamel.yaml>=0.15,<0.17.22
4
-rdflib>=4.2.2,<6.3
+rdflib>=4.2.2,<6.4
5
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
6
shellescape>=3.4.1,<3.9
7
schema-salad>=8.4,<9
setup.py
@@ -108,7 +108,7 @@
108
"requests >= 2.6.1", # >= 2.6.1 to workaround
109
# https://github.com/ionrock/cachecontrol/issues/137
110
"ruamel.yaml >= 0.15, < 0.17.22",
111
- "rdflib >= 4.2.2, < 6.3.0",
+ "rdflib >= 4.2.2, < 6.4.0",
112
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
113
"shellescape >= 3.4.1, < 3.9",
114
"schema-salad >= 8.4, < 9",
0 commit comments