Skip to content

Commit 93cdd36

Browse files
authored
Merge pull request #321 from common-workflow-language/rdflib-jsonld_0.5
allow newer rdflib-jsonld
2 parents c16fcf4 + d563b93 commit 93cdd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# once the minimum version for ruamel.yaml >= 0.15.99
3434
# then please update the mypy targets in the Makefile
3535
'rdflib >= 4.2.2, < 4.3.0',
36-
'rdflib-jsonld >= 0.3.0, < 0.5.0',
36+
'rdflib-jsonld >= 0.3.0, < 0.6.0',
3737
'mistune >= 0.8.1, < 0.9',
3838
'CacheControl >= 0.11.7, < 0.12',
3939
'lockfile >= 0.9',

0 commit comments

Comments
 (0)