From 51af4463bbefd5fad4dc43d5af43419936f3a172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 09:36:27 +0000 Subject: [PATCH] Bump the minor group with 4 updates Bumps the minor group with 4 updates: [flake8](https://github.com/pycqa/flake8), [mypy](https://github.com/python/mypy), [uv](https://github.com/astral-sh/uv) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `flake8` from 7.1.1 to 7.2.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `uv` from 0.5.26 to 0.6.11 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.5.26...0.6.11) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [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.1.0...v8.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uv dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12a173c..02c3865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 75.8.0", - "setuptools_scm[toml] == 8.1.0", + "setuptools_scm[toml] == 8.2.0", "frequenz-repo-config[lib] == 0.13.1", ] build-backend = "setuptools.build_meta" @@ -50,7 +50,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.1.1", + "flake8 == 7.2.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.0", @@ -70,7 +70,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.1", ] dev-mypy = [ - "mypy == 1.14.1", + "mypy == 1.15.0", # This dependency introduces breaking changes in patch releases "grpc-stubs == 1.53.0.5", "types-Markdown == 3.7.0.20241204", @@ -78,7 +78,7 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.5.26", + "uv == 0.6.11", "nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.1", ]