From c7e21b0e5dd0e867f788700a769061f37f2e3790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:55:23 +0000 Subject: [PATCH] Bump the patch group across 1 directory with 4 updates Bumps the patch group with 4 updates in the / directory: [mike](https://github.com/jimporter/mike), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) and [pylint](https://github.com/pylint-dev/pylint). Updates `mike` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v2.1.3...v2.1.4) Updates `mkdocs-include-markdown-plugin` from 7.2.0 to 7.2.1 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.0...v7.2.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 `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: mike dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.2.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: 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8235bb61..1c5a0982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,10 +50,10 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.14.0", "markdown-callouts == 0.4.0", "markdown-svgbob == 202406.1023", - "mike == 2.1.3", + "mike == 2.1.4", "mkdocs-gen-files == 0.6.1", - "mkdocs-include-markdown-plugin == 7.2.0", - "mkdocs-literate-nav == 0.6.2", + "mkdocs-include-markdown-plugin == 7.2.2", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.4.1", "mkdocs-material == 9.6.23", "mkdocstrings[python] == 0.30.1", @@ -71,7 +71,7 @@ dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.14.0"] dev-pylint = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", - "pylint == 4.0.4", + "pylint == 4.0.5", ] dev-pytest = [ "async-solipsism == 0.9",