From f8de88e0ec0241a11a8d418e9334f3650d4303d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:39:14 +0000 Subject: [PATCH] Build(deps): Bump the minor group with 3 updates Bumps the minor group with 3 updates: [mypy](https://github.com/python/mypy), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [setuptools](https://github.com/pypa/setuptools). Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) Updates `hypothesis` from 6.131.9 to 6.132.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.9...hypothesis-python-6.132.0) Updates `setuptools` from 80.3.1 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.3.1...v80.9.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.132.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9498ac8..2724663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 80.3.1", + "setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.3", ] @@ -62,7 +62,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.3", ] dev-mypy = [ - "mypy == 1.15.0", + "mypy == 1.16.0", "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.0", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", - "hypothesis == 6.131.9", + "hypothesis == 6.132.0", "frequenz-quantities[marshmallow]", ]