From 2b765d8b4c85370a43d861710feb0a264484e3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:43:22 +0000 Subject: [PATCH] Bump grpcio from 1.73.0 to 1.74.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.73.0 to 1.74.0. - [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.73.0...v1.74.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.74.0 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 4909592..34da910 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pygame~=2.6.1 -grpcio==1.73.0 +grpcio==1.74.0 protobuf==6.31.1