From 4f5bc100911bff53492f59175416adf2e59c6cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:16:39 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group with 3 updates Bumps the patch group with 3 updates: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [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.3...1.0.4) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 9.0.3 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 0c00aed..9cd209c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,13 +56,13 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.6", - "mkdocstrings[python] == 1.0.3", + "mkdocstrings[python] == 1.0.4", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.17.0", "frequenz-client-base", ] dev-mypy = [ - "mypy == 1.20.1", + "mypy == 1.20.2", "types-Markdown == 3.10.2.20260211", "types-protobuf == 6.32.1.20251210", "grpc-stubs == 1.53.0.6", # This dependency introduces breaking changes in patch releases @@ -76,7 +76,7 @@ dev-pylint = [ "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 9.0.2", + "pytest == 9.0.3", "frequenz-repo-config[extra-lint-examples] == 0.17.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0",