From 4e3d48a6af89bbb135a20fee061420ad14700ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 08:39:13 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 3 updates Bumps the minor group with 3 updates in the / directory: [nox](https://github.com/wntrblm/nox), [setuptools](https://github.com/pypa/setuptools) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). 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.3.1 - [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.3.1) Updates `setuptools-scm[toml]` from 8.2.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v8.2.0...v8.3.1) --- updated-dependencies: - 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.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 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 8c1f17af..96323ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ [build-system] requires = [ - "setuptools == 80.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools == 80.4.0", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.3", ] build-backend = "setuptools.build_meta" @@ -88,7 +88,7 @@ dev-mypy = [ "types-protobuf == 5.29.1.20250403", "types-python-dateutil == 2.9.0.20241206", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"] dev-pylint = [ "pylint == 3.3.6", # For checking the noxfile, docs/ script, and tests