From eedc4b2c14b48e576929e70208531d569c2fc72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:39:13 +0000 Subject: [PATCH] Bump types-protobuf from 6.32.1.20260221 to 7.34.1.20260408 Bumps [types-protobuf](https://github.com/python/typeshed) from 6.32.1.20260221 to 7.34.1.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 7.34.1.20260408 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 406d5b6..521994a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "grpc-stubs == 1.53.0.6", - "types-protobuf == 6.32.1.20260221", + "types-protobuf == 7.34.1.20260408", "types-python-dateutil == 2.9.0.20251115", ] dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.17.0"]