From 08194a1bd2ab3159dbba65b3317556f606db4cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:01:11 +0000 Subject: [PATCH] chore(deps-dev): bump the minor group with 2 updates Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [nox](https://github.com/wntrblm/nox). Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `nox` from 2026.4.10 to 2026.7.11 - [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/2026.04.10...2026.07.11) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2026.7.11 dependency-type: direct:development 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 5f29f75..b8d3f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,14 +76,14 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.16.0", ] dev-mypy = [ - "mypy == 2.1.0", + "mypy == 2.3.0", "grpc-stubs == 1.53.0.6", "types-Markdown == 3.10.2.20260518", "types-protobuf == 7.34.1.20260518", # For checking the noxfile, docs/ script, and tests "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]", ] -dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.16.0"] +dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.16.0"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests