From 413fb6f11492eaddd7fafdef2e45a645b04febc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 13:36:32 +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 70f51e2..afc7a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.15.0", # This dependency introduces breaking changes in patch releases - "grpc-stubs == 1.53.0.5", + "grpc-stubs == 1.53.0.6", "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",