From d8ef63aa44e09db133da7494afd31969989afcc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:13:50 +0000 Subject: [PATCH] Bump the patch group with 3 updates Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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 `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) Updates `hypothesis` from 6.155.1 to 6.155.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.1...v6.155.7) --- 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: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.155.7 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 5bbe65e61..3655ec1a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,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.18.0", ] dev-mypy = [ @@ -78,7 +78,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ - "pylint == 4.0.5", + "pylint == 4.0.6", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -89,7 +89,7 @@ dev-pytest = [ "pytest-asyncio == 1.4.0", "time-machine == 2.16.0", "async-solipsism == 0.9", - "hypothesis == 6.155.1", + "hypothesis == 6.155.7", ] dev = [ "frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",