From dd11042472f908b187aa4716c49d120218fb7a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:07:04 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group across 1 directory with 6 updates Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10.1` | `3.10.2` | | [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.1` | `9.7.6` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.3` | `1.0.4` | | [types-markdown](https://github.com/python/typeshed) | `3.10.0.20251106` | `3.10.2.20260408` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` | Updates `markdown` from 3.10.1 to 3.10.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.10.1...3.10.2) 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.1 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.1...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 `types-markdown` from 3.10.0.20251106 to 3.10.2.20260408 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 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: types-markdown dependency-version: 3.10.2.20260408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a1c68d2..8c4f573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,26 +71,26 @@ dev-flake8 = [ dev-formatting = ["black == 26.3.1", "isort == 7.0.0"] dev-mkdocs = [ "black == 26.3.1", - "Markdown==3.10.1", + "Markdown==3.10.2", "mike == 2.1.3", "mkdocs-gen-files == 0.6.1", - "mkdocs-literate-nav == 0.6.2", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.1", - "mkdocstrings[python] == 1.0.3", + "mkdocs-material == 9.7.6", + "mkdocstrings[python] == 1.0.4", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[api] == 0.14.0", ] dev-mypy = [ "mypy == 1.19.1", "grpc-stubs == 1.53.0.6", - "types-Markdown == 3.10.0.20251106", + "types-Markdown == 3.10.2.20260408", # For checking the noxfile, docs/ script, and tests "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[api] == 0.14.0"] dev-pylint = [ - "pylint == 4.0.4", + "pylint == 4.0.5", # For checking the noxfile, docs/ script, and tests "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ]