From 8cf6e236f23e4b4b84f45d0e0d7e461801b1729e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:54:38 +0000 Subject: [PATCH] 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 482ece95..cb16b429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,11 +62,11 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 2.3.0", "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-common[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