Skip to content

Commit 78c4827

Browse files
chore(deps): update dependency mkdocs-jupyter to ^0.25.0 (#1575)
* chore(deps): update dependency mkdocs-jupyter to ^0.25.0 * build: ⬆️ Update mkdocs-jupyter dependency to version `0.25.0` * chore: ✅ Update coverage report file path in pytest configuration --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anselm Hahn <[email protected]>
1 parent 648715d commit 78c4827

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

poetry.lock

+20-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ mkdocs-literate-nav = ">=0.4.1,<0.7.0"
128128
mkdocs-section-index = "^0.3.4"
129129
mkdocs-autorefs = "^1.0.1"
130130
mkdocs-minify-plugin = "^0.8.0"
131-
mkdocs-jupyter = "^0.24.0"
131+
mkdocs-jupyter = [
132+
{ version = "<=0.25.0", markers = "python_version < '3.9'" },
133+
{ version = "^0.25.0", markers = "python_version >= '3.9'" },
134+
]
132135
mkdocs-table-reader-plugin = "^3.0.0"
133136
mike = "^2.0.0"
134137
jupytext = "^1.14.5"
@@ -216,7 +219,7 @@ ignore = ["E203", "W503", "W605"]
216219
script_launch_mode = "subprocess"
217220
[tool.pytest.ini_options]
218221
minversion = "7.0"
219-
addopts = "--cov=./spectrafit/ --cov-report=xml --diff-symbols --plots -vv"
222+
addopts = "--cov=./spectrafit/ --cov-report=xml:coverage.xml --diff-symbols --plots -vv"
220223
testpaths = ["spectrafit"]
221224

222225
[tool.pydocstyle]

0 commit comments

Comments
 (0)