From d753b4c8fa5dbc206c4a3c69840f09b8dd2a89a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:13:27 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 3 updates Bumps the minor group with 3 updates in the / directory: [types-setuptools](https://github.com/typeshed-internal/stub_uploader), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [setuptools](https://github.com/pypa/setuptools). Updates `types-setuptools` from 80.9.0.20250822 to 80.10.0.20260124 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `hypothesis` from 6.148.6 to 6.151.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.6...hypothesis-python-6.151.4) Updates `setuptools` from 80.9.0 to 80.10.2 - [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.9.0...v80.10.2) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 80.10.0.20260124 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.151.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development 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 64a74bc5e..fa98a233e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 80.9.0", + "setuptools == 80.10.2", "setuptools_scm[toml] == 9.2.2", "frequenz-repo-config[lib] == 0.14.0", ] @@ -70,7 +70,7 @@ dev-mypy = [ "mypy == 1.19.0", "types-Markdown == 3.10.0.20251106", "types-protobuf == 6.32.1.20251105", - "types-setuptools == 80.9.0.20250822", + "types-setuptools == 80.10.0.20260124", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -87,7 +87,7 @@ dev-pytest = [ "pytest-asyncio == 1.3.0", "time-machine == 2.16.0", "async-solipsism == 0.8", - "hypothesis == 6.148.6", + "hypothesis == 6.151.4", ] dev = [ "frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",