From fe859c3ca5267914b03f82a98b25d98695663aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:54:35 +0000 Subject: [PATCH] Build(deps-dev): Bump the minor group across 1 directory with 3 updates Bumps the minor group with 3 updates in the / directory: [mike](https://github.com/jimporter/mike), [mypy](https://github.com/python/mypy) and [nox](https://github.com/wntrblm/nox). Updates `mike` from 2.1.3 to 2.2.0 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v2.1.3...v2.2.0) Updates `mypy` from 1.19.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.2) Updates `nox` from 2026.2.9 to 2026.4.10 - [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.02.09...2026.04.10) --- updated-dependencies: - dependency-name: mike dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:development 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 fac1b42..dcf2dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev-formatting = ["black == 26.3.1", "isort == 8.0.1"] dev-mkdocs = [ "black == 26.3.1", "Markdown==3.10.2", - "mike == 2.1.3", + "mike == 2.2.0", "mkdocs-gen-files == 0.6.1", "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", @@ -83,13 +83,13 @@ dev-mkdocs = [ "frequenz-repo-config[api] == 0.17.0", ] dev-mypy = [ - "mypy == 1.19.1", + "mypy == 1.20.2", "grpc-stubs == 1.53.0.6", "types-Markdown == 3.10.2.20260408", # For checking the noxfile, docs/ script, and tests "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[api] == 0.17.0"] +dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[api] == 0.17.0"] dev-pylint = [ "pylint == 4.0.5", # For checking the noxfile, docs/ script, and tests