From 56259da3c0eb624f3e0387aefdf934f9412cedac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:41:10 +0000 Subject: [PATCH] Build(deps): Bump the patch group across 1 directory with 2 updates Bumps the patch group with 2 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.6.15 to 9.6.16 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.15...9.6.16) Updates `hypothesis` from 6.136.6 to 6.136.8 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.6...hypothesis-python-6.136.8) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.136.8 dependency-type: direct:production 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 4da3a38..b941f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.15", + "mkdocs-material == 9.6.16", "mkdocstrings[python] == 0.30.0", "mkdocstrings-python == 1.16.12", "frequenz-repo-config[lib] == 0.13.5", @@ -80,7 +80,7 @@ dev-pytest = [ "pytest-mock == 3.14.1", "pytest-asyncio == 1.1.0", "async-solipsism == 0.7", - "hypothesis == 6.136.6", + "hypothesis == 6.136.8", "frequenz-quantities[marshmallow]", ]