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 fd4ba2c commit 11a728aCopy full SHA for 11a728a
requirements.txt
@@ -1,6 +1,6 @@
1
requests>=2.4.3
2
ruamel.yaml>=0.15,<0.17.22
3
-rdflib>=4.2.2,<6.2
+rdflib>=4.2.2,<6.3
4
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
5
shellescape>=3.4.1,<3.9
6
schema-salad>=8.2.20211104054942,<9
setup.py
@@ -109,7 +109,7 @@
109
"requests >= 2.6.1", # >= 2.6.1 to workaround
110
# https://github.com/ionrock/cachecontrol/issues/137
111
"ruamel.yaml >= 0.15, < 0.17.22",
112
- "rdflib >= 4.2.2, < 6.2.0",
+ "rdflib >= 4.2.2, < 6.3.0",
113
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
114
"shellescape >= 3.4.1, < 3.9",
115
"schema-salad >= 8.2.20211104054942, < 9",
0 commit comments