From 15f109d987c558a06956539e716799a099fc1b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:56:13 +0000 Subject: [PATCH] build(deps-dev): bump the minor group with 2 updates Bumps the minor group with 2 updates: [types-protobuf](https://github.com/python/typeshed) and [nox](https://github.com/wntrblm/nox). Updates `types-protobuf` from 7.34.1.20260518 to 7.35.1.20260827 - [Commits](https://github.com/python/typeshed/commits) Updates `nox` from 2026.7.11 to 2026.8.17 - [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.07.11...2026.08.17) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 7.35.1.20260827 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2026.8.17 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 6748c7b..491e9f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,11 +78,11 @@ dev-mypy = [ "mypy == 2.3.0", "grpc-stubs == 1.53.0.6", "types-Markdown == 3.10.2.20260712", - "types-protobuf == 7.34.1.20260518", + "types-protobuf == 7.35.1.20260827", # For checking the noxfile, docs/ script, and tests "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] +dev-noxfile = ["nox == 2026.8.17", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ "pylint == 4.0.6", # For checking the noxfile, docs/ script, and tests