From c01b0cc82d1c160e473ebe524bed41f0294ab2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:02:39 +0000 Subject: [PATCH] Bump the patch group with 4 updates Bumps the patch group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.7.0 to 9.7.1 - [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.0...9.7.1) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) Updates `hypothesis` from 6.148.6 to 6.148.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.6...hypothesis-python-6.148.9) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.148.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a98758614..ac748ff9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,13 +61,13 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.6.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.0", + "mkdocs-material == 9.7.1", "mkdocstrings[python] == 1.0.0", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.8", ] dev-mypy = [ - "mypy == 1.19.0", + "mypy == 1.19.1", "types-Markdown == 3.10.0.20251106", "types-protobuf == 6.32.1.20251105", "types-setuptools == 80.9.0.20250822", @@ -81,13 +81,13 @@ dev-pylint = [ "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 9.0.1", + "pytest == 9.0.2", "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "time-machine == 2.16.0", "async-solipsism == 0.8", - "hypothesis == 6.148.6", + "hypothesis == 6.148.9", ] dev = [ "frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",