From 9a651a0b5207ed601acf37348e5341ca66c12768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:55:47 +0000 Subject: [PATCH] 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 14e01115..bce3eae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.17.0", "markdown-callouts == 0.4.0", "markdown-svgbob == 202406.1023", - "mike == 2.1.4", + "mike == 2.2.0", "mkdocs-gen-files == 0.6.1", "mkdocs-include-markdown-plugin == 7.2.2", "mkdocs-literate-nav == 0.6.3", @@ -77,7 +77,7 @@ dev-pylint = [ dev-pytest = [ "async-solipsism == 0.9", "frequenz-repo-config[extra-lint-examples] == 0.17.0", - "hypothesis == 6.151.13", + "hypothesis == 6.152.4", "pytest == 8.4.2", "pytest-asyncio == 1.1.0", "pytest-mock == 3.15.1",