From 91308406983ba8082cc65a0fc10bf2c9ac934095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:10:33 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) 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 `setuptools` from 80.8.0 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.8.0...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: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77f122e6..18ccea0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 80.8.0", + "setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[api] == 0.13.4", # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make @@ -66,7 +66,7 @@ dev-mkdocs = [ "frequenz-repo-config[api] == 0.13.4", ] dev-mypy = [ - "mypy == 1.15.0", + "mypy == 1.16.0", "grpc-stubs == 1.53.0.6", # For checking the noxfile, docs/ script, and tests "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",