From 29eb84b3f15be80b8018458cf7ce30cba24ea469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:59:04 +0000 Subject: [PATCH] Build(deps-dev): Bump types-protobuf Bumps [types-protobuf](https://github.com/python/typeshed) from 7.34.1.20260408 to 7.34.1.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 7.34.1.20260518 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e15bfbe..db291db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.20.2", "types-Markdown == 3.10.2.20260408", - "types-protobuf == 7.34.1.20260408", + "types-protobuf == 7.34.1.20260518", "grpc-stubs == 1.53.0.6", # This dependency introduces breaking changes in patch releases # For checking the noxfile, docs/ script, and tests "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",