From 63b6b5b3b5d4c831347096aec464662dc4f19e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:13:03 +0000 Subject: [PATCH] Bump types-protobuf from 6.32.1.20251105 to 6.32.1.20251210 Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader) from 6.32.1.20251105 to 6.32.1.20251210. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.32.1.20251210 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 29e36b3..3a19e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.19.1", "types-Markdown == 3.10.0.20251106", - "types-protobuf == 6.32.1.20251105", + "types-protobuf == 6.32.1.20251210", "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]",