From 613ebb04c5eb473459ddd0116116f4cb0dc495c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:50:49 +0000 Subject: [PATCH] Build(deps): Bump the minor group with 2 updates Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) Updates `hypothesis` from 6.135.20 to 6.136.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.20...hypothesis-python-6.136.6) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.136.6 dependency-type: direct:production 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 65b8eb3..be52e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ - "mypy == 1.16.1", + "mypy == 1.17.1", "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", @@ -80,7 +80,7 @@ dev-pytest = [ "pytest-mock == 3.14.1", "pytest-asyncio == 1.0.0", "async-solipsism == 0.7", - "hypothesis == 6.135.20", + "hypothesis == 6.136.6", "frequenz-quantities[marshmallow]", ]