From 806c52671d06d4be0f893c33fd2b2fd8895a9c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:55:31 +0000 Subject: [PATCH] Bump the patch group across 1 directory with 3 updates Bumps the patch group with 3 updates in the / directory: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject), [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) and [pylint](https://github.com/pylint-dev/pylint). Updates `flake8-pyproject` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/john-hen/Flake8-pyproject/releases) - [Commits](https://github.com/john-hen/Flake8-pyproject/compare/1.2.3...1.2.4) 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.2 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.2...v4.0.5) --- updated-dependencies: - dependency-name: flake8-pyproject dependency-version: 1.2.4 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e7f2b6..27ec6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ email = "floss@frequenz.com" dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.8.1", "pydocstyle == 6.3.0", ] @@ -63,7 +63,7 @@ dev-mkdocs = [ "black == 25.9.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", - "mkdocs-literate-nav == 0.6.2", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.6", "mkdocstrings[python] == 0.30.1", @@ -78,7 +78,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.6"] dev-pylint = [ - "pylint == 4.0.2", + "pylint == 4.0.5", # For checking the noxfile, docs/ script, and tests "frequenz-api-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ]