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 83f5fb7 commit 8ec1eb7Copy full SHA for 8ec1eb7
requirements.txt
@@ -1,5 +1,5 @@
1
requests>=2.4.3
2
-ruamel.yaml>=0.15,<0.17.10
+ruamel.yaml>=0.15,<0.17.11
3
rdflib>=4.2.2,<5.1
4
shellescape>=3.4.1,<3.9
5
schema-salad>=7.1.20210518142926,<8
setup.py
@@ -108,7 +108,7 @@
108
"setuptools",
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.10",
+ "ruamel.yaml >= 0.15, < 0.17.11",
112
"rdflib >= 4.2.2, < 5.1.0",
113
"shellescape >= 3.4.1, < 3.9",
114
# 7.1.20210518142926 or later required due to
0 commit comments