From 23c54d82ae72d0d4b9931720a0a1119aba263484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 04:23:03 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [uv](https://github.com/astral-sh/uv). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) Updates `uv` from 0.7.17 to 0.8.4 - [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.7.17...0.8.4) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uv dependency-version: 0.8.4 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 c36f5cf..9e7d4c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ - "mypy == 1.16.1", + "mypy == 1.17.1", # This dependency introduces breaking changes in patch releases "grpc-stubs == 1.53.0.6", "types-Markdown == 3.8.0.20250415", @@ -80,7 +80,7 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.7.17", + "uv == 0.8.4", "nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5", ]