From 191fa639dc48c4ad9626e3bc5c0d5496f2478d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:40:26 +0000 Subject: [PATCH] Bump types-protobuf from 5.28.3.20241030 to 5.28.3.20241203 Bumps [types-protobuf](https://github.com/python/typeshed) from 5.28.3.20241030 to 5.28.3.20241203. - [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 ea3204c..7e5d75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.13.0", "types-Markdown == 3.7.0.20241204", - "types-protobuf == 5.28.3.20241030", + "types-protobuf == 5.28.3.20241203", "grpc-stubs == 1.53.0.5", # 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]",