Skip to content

Commit

Permalink
Merge pull request #62 from casework/bump_case_prov
Browse files Browse the repository at this point in the history
Bump case-prov to 0.9.0
  • Loading branch information
ajnelson-nist authored Aug 30, 2023
2 parents c83d552 + 79208ea commit f4940ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ uco_owl_review.ttl: \
--metashacl \
--ontology-graph $(top_srcdir)/dependencies/dependencies.ttl \
--ontology-graph case-corpora.ttl \
--review-tbox \
$(top_srcdir)/dependencies/CASE/dependencies/UCO/tests/thing.ttl \
> _$@
mv _$@ $@
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
case-prov >= 0.8.0, < 0.9.0
case-prov >= 0.9.0, < 0.10.0
mypy
pyshacl != 0.22.0
1 change: 1 addition & 0 deletions shapes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ uco_owl_review.ttl: \
--ontology-graph $(top_srcdir)/ontology/case-corpora.ttl \
--ontology-graph local.ttl \
--ontology-graph shapes.ttl \
--review-tbox \
$(top_srcdir)/dependencies/CASE/dependencies/UCO/tests/thing.ttl \
> _$@
mv _$@ $@
Expand Down

0 comments on commit f4940ad

Please sign in to comment.