From f1098e08f908bc05a6809cc8037d5274a9a296d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:44:09 +0000 Subject: [PATCH] Bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240311 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.24.0.20240129 to 4.24.0.20240311. - [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 24c448d..51cb403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.8.0", "types-Markdown == 3.5.0.20240129", - "types-protobuf == 4.24.0.20240129", + "types-protobuf == 4.24.0.20240311", "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]",