From 77fd3d768a1a4a854eac49e8a65e2ca4933738c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 13:51:12 +0000 Subject: [PATCH] Bump grpcio from 1.74.0 to 1.75.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.74.0 to 1.75.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.74.0...v1.75.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79a42f2..aaf2138 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pygame~=2.6.1 -grpcio==1.74.0 +grpcio==1.75.1 protobuf==6.32.1