From 8712ca72857f8abbec25cb8859a0027f52e8c47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:21:19 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) Updates `hypothesis` from 6.148.7 to 6.151.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.7...hypothesis-python-6.151.10) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.151.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62a787f..023d9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev-mkdocs = [ "frequenz-client-base", ] dev-mypy = [ - "mypy == 1.19.1", + "mypy == 1.20.0", "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 @@ -80,7 +80,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8", - "hypothesis == 6.148.7", + "hypothesis == 6.151.10", "frequenz-client-base", ] dev = [