From 569bad068eef288db61c2d970f9aa5faeb89fef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:17:20 +0000 Subject: [PATCH] Build(deps-dev): Bump the minor group with 2 updates Bumps the minor group with 2 updates: [mike](https://github.com/jimporter/mike) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mike` from 2.1.4 to 2.2.0 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v2.1.4...v2.2.0) Updates `hypothesis` from 6.151.13 to 6.152.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.13...hypothesis-python-6.152.4) --- updated-dependencies: - dependency-name: mike dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.152.4 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 0c00aed..d3946bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev-formatting = ["black == 26.3.1", "isort == 7.0.0"] dev-mkdocs = [ "black == 26.3.1", "Markdown==3.10.2", - "mike == 2.1.4", + "mike == 2.2.0", "mkdocs-gen-files == 0.6.1", "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", @@ -81,7 +81,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.9", - "hypothesis == 6.151.13", + "hypothesis == 6.152.4", "frequenz-client-base", ] dev = [