From 2aa9aef4b3c9fdc4ebbf701477527c4fe82f3f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:18:05 +0000 Subject: [PATCH] Bump types-protobuf from 6.30.2.20250703 to 6.30.2.20250822 Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader) from 6.30.2.20250703 to 6.30.2.20250822. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.30.2.20250822 dependency-type: direct:production 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 4ac6216b..1a9bb8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,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.30.2.20250703", + "types-protobuf == 6.30.2.20250822", "types-python-dateutil == 2.9.0.20250822", ] dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]