From 1bb2e242fbb201cb1e16f5fbfb76bf80f4e987a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:53:53 +0000 Subject: [PATCH 1/2] Build(deps): 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.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.1...v1.83.0) Updates `grpcio-tools` from 1.81.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.1...v1.83.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc-compatible - dependency-name: grpcio-tools dependency-version: 1.83.0 dependency-type: direct:development update-type: version-update:semver-minor 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 0862792..abd002c 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.6", - "grpcio-tools == 1.81.1", - "grpcio == 1.81.1", + "grpcio-tools == 1.83.0", + "grpcio == 1.83.0", ] build-backend = "setuptools.build_meta" From 444d752cf7d4fccc1160c1b1b1b8f24b792ba7fe Mon Sep 17 00:00:00 2001 From: "frequenz-auto-dependabot[bot]" <261417025+frequenz-auto-dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:54:32 +0000 Subject: [PATCH 2/2] Apply migration from 1.81.1 to 1.83.0 === v1.83.0 ========================================================= 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 abd002c..1037e38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,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.1, < 2", # Do not widen beyond 2! + "grpcio >= 1.83.0, < 2", # Do not widen beyond 2! ] dynamic = ["version"]