From 9acc3b4f2a6b12485bdfcfd6ea606af6af978d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:44:16 +0000 Subject: [PATCH] Bump the minor group with 3 updates Bumps the minor group with 3 updates: [mypy](https://github.com/python/mypy), [nox](https://github.com/wntrblm/nox) 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 `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.02.09...2025.05.01) Updates `setuptools` from 80.1.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.1.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: nox dependency-version: 2025.5.1 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 bce94ed..78a3bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 80.1.0", + "setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.4", ] @@ -65,7 +65,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.4", ] dev-mypy = [ - "mypy == 1.15.0", + "mypy == 1.16.0", "types-Markdown == 3.8.0.20250415", "types-protobuf == 5.29.1.20250403", # For checking the noxfile, docs/ script, and tests @@ -73,7 +73,7 @@ dev-mypy = [ "pandas-stubs >= 2, < 3", # Only required for example ] dev-noxfile = [ - "nox == 2025.2.9", + "nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4", ] dev-pylint = [