From 9a5bfbfa2462af50ee539ba9d235b6a772ad828b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:35:00 +0000 Subject: [PATCH] Bump types-protobuf from 5.29.1.20250208 to 5.29.1.20250315 Bumps [types-protobuf](https://github.com/python/typeshed) from 5.29.1.20250208 to 5.29.1.20250315. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf 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 b8cd24e7..f9220c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev-mypy = [ "mypy == 1.15.0", "grpc-stubs == 1.53.0.5", "types-Markdown == 3.7.0.20241204", - "types-protobuf == 5.29.1.20250208", + "types-protobuf == 5.29.1.20250315", # For checking the noxfile, docs/ script, and tests "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ]