From 015eee54eb4f68c4864b28e7fcaaa6d8489a090a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:53:43 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group with 3 updates Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [uv](https://github.com/astral-sh/uv) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocstrings-python` from 2.0.3 to 2.0.5 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/2.0.3...2.0.5) Updates `uv` from 0.11.17 to 0.11.26 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.17...0.11.26) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.11.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.6 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 0267bb2..92e9a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.6", "mkdocstrings[python] == 1.0.4", - "mkdocstrings-python == 2.0.3", + "mkdocstrings-python == 2.0.5", "frequenz-repo-config[lib] == 0.17.0", ] dev-mypy = [ @@ -80,12 +80,12 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.11.17", + "uv == 0.11.26", "nox == 2026.4.10", "frequenz-repo-config[lib] == 0.17.0", ] dev-pylint = [ - "pylint == 4.0.5", + "pylint == 4.0.6", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ]