From bea0dbe0323165d928e4ecb2ad318708ba8c4cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 13:27:58 +0000 Subject: [PATCH] Bump grpc-stubs from 1.53.0.5 to 1.53.0.6 Bumps [grpc-stubs](https://github.com/shabbyrobe/grpc-stubs) from 1.53.0.5 to 1.53.0.6. - [Commits](https://github.com/shabbyrobe/grpc-stubs/compare/1.53.0.5...1.53.0.6) --- updated-dependencies: - dependency-name: grpc-stubs dependency-version: 1.53.0.6 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 76cc522..519a07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev-mypy = [ "mypy == 1.15.0", "types-Markdown == 3.8.0.20250415", "types-protobuf == 5.29.1.20250403", - "grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases + "grpc-stubs == 1.53.0.6", # 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]", ]