Skip to content

Commit 5bdb3d3

Browse files
committed
upgrade acceptable rdflib version
1 parent 2a922ab commit 5bdb3d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.16.5
3-
rdflib>=4.2.2,<4.3
3+
rdflib>=4.2.2,<5.1
44
shellescape>=3.4.1,<3.5
5-
schema-salad>=7,<8
5+
schema-salad>=7.0.20210124093443,<8
66
prov==1.5.1
77
bagit==1.6.4
88
mypy-extensions

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
"requests >= 2.6.1", # >= 2.6.1 to workaround
9696
# https://github.com/ionrock/cachecontrol/issues/137
9797
"ruamel.yaml >= 0.12.4, <= 0.16.5",
98-
"rdflib >= 4.2.2, < 4.3.0",
98+
"rdflib >= 4.2.2, < 5.1.0",
9999
"shellescape >= 3.4.1, < 3.5",
100-
"schema-salad >= 7, < 8",
100+
"schema-salad >= 7.0.20210124093443, < 8",
101101
"mypy-extensions",
102102
"psutil",
103103
"prov == 1.5.1",

0 commit comments

Comments
 (0)