From 67a4ffbec5253a89caeeb8cf35ea906125cb1842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:34:23 +0000 Subject: [PATCH] Bump the patch group with 2 updates Bumps the patch group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f2bfb4c..3a05d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,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-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0", @@ -105,7 +105,7 @@ dev-pytest = [ "pytest-asyncio == 1.4.0", "async-solipsism == 0.9", "time-machine == 3.2.0", - "hypothesis == 6.155.1", + "hypothesis == 6.155.7", "frequenz-client-dispatch[cli]", ] dev = [