From 6dde44ef1272861b16b4703eb7e98a997030fae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 07:43:28 +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 3e15320a..8c1f17af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dev-mypy = [ "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", - "grpc-stubs == 1.53.0.5", + "grpc-stubs == 1.53.0.6", "types-protobuf == 5.29.1.20250403", "types-python-dateutil == 2.9.0.20241206", ]