diff --git a/requirements.txt b/requirements.txt index 572e6f8..4feab61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -case-prov >= 0.9.0, < 0.10.0 +case-prov >= 0.10.0, < 0.11.0 mypy -pyshacl < 0.24.0 diff --git a/tests/test_shapes.py b/tests/test_shapes.py index 7fe77a2..9fd0286 100644 --- a/tests/test_shapes.py +++ b/tests/test_shapes.py @@ -21,11 +21,10 @@ def test_qualified_url_shape() -> None: - # TODO: This IRI requires pySHACL >= 0.24.0 to appear in the results. - # URIRef("http://example.org/kb/url-dd3e2489-37f0-478c-92bb-c45831337dd4") expected: Set[URIRef] = { URIRef("http://example.org/kb/url-34d751fd-9039-45fc-87c5-b1cdbfc7ef10"), URIRef("http://example.org/kb/url-b51dfe9c-48bf-41a8-97fd-cf139845fa8c"), + URIRef("http://example.org/kb/url-dd3e2489-37f0-478c-92bb-c45831337dd4"), } computed: Set[URIRef] = set()