From 1bc8b42cebd6a397583994176de4a1ec4ddfcf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 04:00:26 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [mypy](https://github.com/python/mypy). 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) 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) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.16.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 0b0a7472..5e1aee9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 80.3.1", "setuptools_scm[toml] == 8.3.1"] +requires = ["setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1"] build-backend = "setuptools.build_meta" [project] @@ -87,7 +87,7 @@ dev-mkdocs = [ "mkdocstrings-python == 1.16.10", ] dev-mypy = [ - "mypy == 1.15.0", + "mypy == 1.16.0", "types-setuptools >= 67.6.0, < 81", # Should match the api dependency "types-Markdown == 3.8.0.20250415", "types-PyYAML == 6.0.12.20250402",