Skip to content

Commit

Permalink
Update dependencies (#136)
Browse files Browse the repository at this point in the history
Update dependencies:

* Update mkdocstrings[python] requirement from ~=0.21.2 to ~=0.22.0 (#135)
* Update pytest-cov requirement from ~=4.0 to ~=4.1 (#134)

Update version-specific parts.
Update pytest dependency config and/or
RDFlib version-specific canonized test file.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Jun 8, 2023
1 parent c8b15fb commit 9777bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target-version = ['py39']

[tool.pytest.ini_options]
minversion = "6.0"
required_plugins = "pytest-cov>=4.0"
required_plugins = "pytest-cov>=4.1"
addopts = "-rs --cov=./turtle_canon/ --cov-report=term --durations=10"
filterwarnings = [
"ignore:.*imp module.*:DeprecationWarning",
Expand Down
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-cov~=4.0
pytest-cov~=4.1
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mkdocs~=1.4
mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.1
mkdocs-minify-plugin~=0.6.4
mkdocstrings[python]~=0.21.2
mkdocstrings[python]~=0.22.0

0 comments on commit 9777bfe

Please sign in to comment.