Skip to content

Commit

Permalink
Update dependencies (#138)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pytest requirement from ~=7.3 to ~=7.4 (#137)
* Update invoke requirement from ~=2.1 to ~=2.2 (#139)
* Update mkdocs-minify-plugin requirement from ~=0.6.4 to ~=0.7.1 (#140, #143)
* Update mkdocs requirement from ~=1.4 to ~=1.5 (#141)
* Update rdflib requirement from <7,>=6.0.1 to >=6.0.1,<8 (#142)

Update version-specific parts:
Update RDFlib version-specific canonized test file.

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] committed Aug 24, 2023
1 parent 9777bfe commit 3a773df
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
exclude: ^.*\.ttl$

- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args:
Expand All @@ -33,7 +33,7 @@ repos:
exclude: ^tests/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rdflib>=6.0.1,<7
rdflib>=6.0.1,<8
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit~=3.3
pylint~=2.17
pytest~=7.3
pytest~=7.4
pytest-cov~=4.1
6 changes: 3 additions & 3 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
invoke~=2.1
invoke~=2.2
mike~=1.1
mkdocs~=1.4
mkdocs~=1.5
mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.1
mkdocs-minify-plugin~=0.6.4
mkdocs-minify-plugin~=0.7.1
mkdocstrings[python]~=0.22.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
@prefix : <http://www.semanticweb.org/caspera/ontologies/2021/11/untitled-ontology-43#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://example.org/turtle-canon/tests> a owl:Ontology ;
rdfs:comment """Test ontology file.
Created by: Casper Welzel Andersen.
Meant to be used for testing the Turtle Canon package (`turtle-canon`)."""@en ;
owl:versionIRI <http://example.org/turtle-canon/tests/1.0.0> ;
owl:versionInfo "1.0.0"@en .

:AAA a owl:Class .

:AabA a owl:Class .

:AbA a owl:Class .

:_test a owl:Class .

:aAbA a owl:Class .

:aBc a owl:Class .

:bbA a owl:Class ;
rdfs:subClassOf :aaa .

:aaa a owl:Class .

0 comments on commit 3a773df

Please sign in to comment.