From 9e9e02b9a82d3a57a82ee909bc9a367d60664448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:54:04 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group with 5 updates Bumps the patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10.2` | `3.10.3` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `2.0.5` | `2.0.7` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [uv](https://github.com/astral-sh/uv) | `0.12.0` | `0.12.7` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.6` | `4.0.7` | Updates `markdown` from 3.10.2 to 3.10.3 - [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.2...3.10.3) Updates `mkdocstrings-python` from 2.0.5 to 2.0.7 - [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.5...2.0.7) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `uv` from 0.12.0 to 0.12.7 - [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.12.0...0.12.7) Updates `pylint` from 4.0.6 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 2.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.12.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3871b59..a21c4a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,18 +61,18 @@ dev-flake8 = [ dev-formatting = ["black == 26.5.1", "isort == 8.0.1"] dev-mkdocs = [ "black == 26.5.1", - "Markdown==3.10.2", + "Markdown==3.10.3", "mike == 2.2.0", "mkdocs-gen-files == 0.6.1", "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.7", "mkdocstrings[python] == 1.0.6", - "mkdocstrings-python == 2.0.5", + "mkdocstrings-python == 2.0.7", "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ - "mypy == 2.3.0", + "mypy == 2.3.1", # This dependency introduces breaking changes in patch releases "grpc-stubs == 1.53.0.6", "types-Markdown == 3.10.2.20260712", @@ -80,12 +80,12 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.12.0", + "uv == 0.12.7", "nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0", ] dev-pylint = [ - "pylint == 4.0.6", + "pylint == 4.0.7", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ]