From 52f3c9e724ab8071671fc1c8fe5f9dc9e6363061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:01:07 +0000 Subject: [PATCH] Bump the patch group across 1 directory with 5 updates Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mike](https://github.com/jimporter/mike) | `2.1.3` | `2.1.4` | | [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) | `0.6.0` | `0.6.1` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.2` | `0.6.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.3` | `9.7.6` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.151.9` | `6.151.10` | Updates `mike` from 2.1.3 to 2.1.4 - [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.3...v2.1.4) Updates `mkdocs-gen-files` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases) - [Commits](https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1) Updates `mkdocs-literate-nav` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3) Updates `mkdocs-material` from 9.7.3 to 9.7.6 - [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.7.3...9.7.6) Updates `hypothesis` from 6.151.9 to 6.151.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.9...hypothesis-python-6.151.10) --- updated-dependencies: - dependency-name: mike dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-gen-files dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-literate-nav dependency-version: 0.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.151.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b7835460..05dbc18cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,11 +58,11 @@ dev-formatting = ["black == 25.11.0", "isort == 8.0.1"] dev-mkdocs = [ "black == 25.11.0", "Markdown==3.10.2", - "mike == 2.1.3", - "mkdocs-gen-files == 0.6.0", - "mkdocs-literate-nav == 0.6.2", + "mike == 2.1.4", + "mkdocs-gen-files == 0.6.1", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.3", + "mkdocs-material == 9.7.6", "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.14.0", @@ -88,7 +88,7 @@ dev-pytest = [ "pytest-asyncio == 1.3.0", "time-machine == 2.16.0", "async-solipsism == 0.9", - "hypothesis == 6.151.9", + "hypothesis == 6.151.10", ] dev = [ "frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",