From 773ee745fac6129158cd8d6f34aa7aed50e0a133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:44:16 +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 167b986..6a696fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.16.0", - "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-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",