From eed435cfd802cc326623a6ac8186aba04c019b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:49:45 +0000 Subject: [PATCH] Bump grpcio from 1.68.1 to 1.72.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.68.1 to 1.72.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.68.1...v1.72.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.72.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 49a3719..ce1abfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pygame~=2.6.1 -grpcio==1.68.1 +grpcio==1.72.1 protobuf==5.27.2