From 2b8e72ad8e4031a53a53ce261fc749878baccf5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:44:35 +0000 Subject: [PATCH 1/2] Bump the grpc-compatible group with 2 updates Bumps the grpc-compatible group with 2 updates: [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio` from 1.81.0 to 1.81.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.0...v1.81.1) Updates `grpcio-tools` from 1.81.0 to 1.81.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.0...v1.81.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc-compatible - dependency-name: grpcio-tools dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: grpc-compatible ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0781d6..510460c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ requires = [ # versions can't work with code that was generated with newer versions. # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards "protobuf == 6.33.5", - "grpcio-tools == 1.81.0", - "grpcio == 1.81.0", + "grpcio-tools == 1.81.1", + "grpcio == 1.81.1", ] build-backend = "setuptools.build_meta" From 3bf94e104167a5ddbfaa48d5adfe84b80b925afb Mon Sep 17 00:00:00 2001 From: "frequenz-auto-dependabot[bot]" <261417025+frequenz-auto-dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:45:02 +0000 Subject: [PATCH 2/2] Apply migration from 1.81.0 to 1.81.1 === v1.81.1 ========================================================= Script URL: https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/529d30b554392e6d8b66e84e92c04ac9cd170da7/cookiecutter/scripts/dependabot-grpc-fixer.py Updated pyproject.toml with 1 grpc/protobuf constraint(s). The migration completed successfully. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 510460c..1c94ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ # We couldn't find any document with a spec about the cross-version runtime # guarantee for grpcio, so unless we find one in the future, we'll assume # major version jumps are not compatible - "grpcio >= 1.81.0, < 2", # Do not widen beyond 2! + "grpcio >= 1.81.1, < 2", # Do not widen beyond 2! ] dynamic = ["version"]