From 477f35fc62d2ebddb330eccdca6dfef860e1046c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:29:46 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group across 1 directory with 2 updates Bumps the patch group with 2 updates in the / directory: [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocstrings[python]` from 1.0.2 to 1.0.3 - [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.2...1.0.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: mkdocstrings[python] dependency-version: 1.0.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc3b7c6..18f2e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.4.1", "mkdocs-material == 9.6.23", - "mkdocstrings[python] == 1.0.2", + "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.14.0", ] @@ -75,7 +75,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.0.2", - "pylint == 4.0.4", # We need this to check for the examples + "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", "pytest-asyncio == 1.3.0",