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 606ec26 commit 74a08caCopy full SHA for 74a08ca
requirements.txt
@@ -1,6 +1,6 @@
1
requests>=2.6.1
2
ruamel.yaml>=0.16.0,<0.19
3
-rdflib>=4.2.2,<7.1
+rdflib>=4.2.2,<7.2
4
schema-salad>=8.7,<9
5
prov==1.5.1
6
mypy-extensions
setup.py
@@ -124,7 +124,7 @@
124
"requests >= 2.6.1", # >= 2.6.1 to workaround
125
# https://github.com/ionrock/cachecontrol/issues/137
126
"ruamel.yaml >= 0.16, < 0.19",
127
- "rdflib >= 4.2.2, < 7.1.0",
+ "rdflib >= 4.2.2, < 7.2.0",
128
"schema-salad >= 8.7, < 9",
129
"prov == 1.5.1",
130
"mypy-extensions",
0 commit comments