From e58b1326c40dcf915561d89e4c4e988e10c7e9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:20:27 +0000 Subject: [PATCH] Bump grpcio in /examples/reservations-bot-demo/cloud_function Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2. - [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.53.0...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/reservations-bot-demo/cloud_function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reservations-bot-demo/cloud_function/requirements.txt b/examples/reservations-bot-demo/cloud_function/requirements.txt index ad2a9b72..3c863b08 100644 --- a/examples/reservations-bot-demo/cloud_function/requirements.txt +++ b/examples/reservations-bot-demo/cloud_function/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 cryptography==41.0.0 enum-compat==0.0.3 googleapis-common-protos==1.52.0 -grpcio==1.53.0 +grpcio==1.53.2 idna==2.10 protobuf==3.18.3 pycparser==2.20