From a2dcf7fe68040ed1e4489f5eebb571ede7208551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:15:56 +0000 Subject: [PATCH] Bump types-protobuf from 5.29.1.20250403 to 6.30.2.20250516 Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader) from 5.29.1.20250403 to 6.30.2.20250516. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.30.2.20250516 dependency-type: direct:production 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 dc6e8c36a..59136bebe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.15.0", "types-Markdown == 3.8.0.20250415", - "types-protobuf == 5.29.1.20250403", + "types-protobuf == 6.30.2.20250516", "types-setuptools == 80.3.0.20250505", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",