From a9cb083bea218d29294ba9928fea666c48b932a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:58:05 +0000 Subject: [PATCH] build(deps): bump the grpc group with 2 updates Bumps the grpc group with 2 updates: [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.83.0...v1.83.1) Updates `grpcio-tools` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.83.0...v1.83.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: grpcio-tools dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c43e10353..19917dde7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta" name = "robotframework-browser" version = "20.4.0" dependencies = [ - "grpcio == 1.83.0", - "grpcio-tools == 1.83.0", + "grpcio == 1.83.1", + "grpcio-tools == 1.83.1", "protobuf == 7.35.1", "robotframework >= 7.1.1, < 9.0.0", "robotframework-pythonlibcore == 4.6.0",