Skip to content

Commit 347b90d

Browse files
deps: bump the pip-dependencies group with 3 updates (#45)
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `mkdocs-material` from 9.5.44 to 9.6.11 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.44...9.6.11) Updates `pytest-cov` to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.1) Updates `ruff` to 0.11.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.2...0.11.4) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: ruff dependency-version: 0.11.4 dependency-type: direct:development dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd82395 commit 347b90d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ package-mode = false
3232
[tool.poetry.group.dev.dependencies]
3333
markdown = "3.7"
3434
mkdocs = "1.6.1"
35-
mkdocs-material = "9.6.10"
35+
mkdocs-material = "9.6.11"
3636
mdx-truly-sane-lists = "1.3"
3737
pymdown-extensions = "10.14.3"
3838
jinja2 = "3.1.6"
3939
mike = "2.1.3"
4040
isort = "6.0.1"
4141
coveralls = "4.0.1"
4242
pytest = "8.3.5"
43-
pytest-cov = "6.0.0"
43+
pytest-cov = "6.1.1"
4444
pytest-random-order = "1.1.1"
45-
ruff = "0.11.2"
45+
ruff = "0.11.4"
4646
pytest-mock = "3.14.0"
4747
pre-commit = "4.2.0"
4848

0 commit comments

Comments
 (0)