From c6947d959a1763968745b96c94dbbc817b92c36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:16:18 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group across 1 directory with 5 updates Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) | `0.6.0` | `0.6.1` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.2` | `0.6.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.4` | `9.7.6` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.3` | `1.0.4` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | Updates `mkdocs-gen-files` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases) - [Commits](https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1) Updates `mkdocs-literate-nav` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3) Updates `mkdocs-material` from 9.7.4 to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.4...9.7.6) Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.3...1.0.4) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: mkdocs-gen-files dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-literate-nav dependency-version: 0.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7740879..f189280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,11 +53,11 @@ dev-mkdocs = [ "Markdown == 3.10.2", "black == 25.9.0", "mike == 2.1.3", - "mkdocs-gen-files == 0.6.0", - "mkdocs-literate-nav == 0.6.2", + "mkdocs-gen-files == 0.6.1", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.4", - "mkdocstrings[python] == 1.0.3", + "mkdocs-material == 9.7.6", + "mkdocstrings[python] == 1.0.4", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.14.0", ] @@ -74,7 +74,7 @@ dev-pylint = [ "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] dev-pytest = [ - "pytest == 9.0.2", + "pytest == 9.0.3", "pylint == 4.0.5", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.14.0", "pytest-mock == 3.15.1",