Skip to content

Commit

Permalink
Merge pull request #130 from EMMC-ASBL/ci/update-dependencies
Browse files Browse the repository at this point in the history
[Auto-generated] Update dependencies
  • Loading branch information
jesper-friis authored Sep 29, 2023
2 parents d23f316 + fd42bcd commit 6eb1c90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
- "pydantic"

- repo: https://github.com/SINTEF/ci-cd
rev: v2.4.0
rev: v2.5.1
hooks:
- id: docs-api-reference
args:
Expand Down
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ dynamic = ["version"]

dependencies = [
"typing-extensions ~=4.7; python_version<'3.8'",
"pint ~=0.2",
"pint ~=0.18",
]

[project.optional-dependencies]
docs = [
"mike ~=1.1",
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.1",
"mkdocs-material ~=9.2",
"mkdocstrings[python-legacy] ~=0.22.0",
"EMMOntoPy ~=0.6",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.3.22,<1",
"DLite-Python >=0.4.0,<1",
]
pre-commit = [
"pre-commit ~=2.21",
Expand All @@ -54,13 +54,14 @@ testing = [
"EMMOntoPy ~=0.6",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.3.22,<1",
"DLite-Python >=0.4.0,<1",
"graphviz ~= 0.20",
]
dev = [
"mike ~=1.1",
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.1",
"mkdocs-material ~=9.2",
"mkdocstrings[python-legacy] ~=0.22.0",
"pre-commit ~=2.21",
"pylint ~=2.13",
Expand All @@ -69,7 +70,7 @@ dev = [
"EMMOntoPy ~=0.6",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.3.22,<1",
"DLite-Python >=0.4.0,<1",
]

[project.urls]
Expand Down

0 comments on commit 6eb1c90

Please sign in to comment.