From 0265bfaf187191f3cb1db7fdf8d8b6dac2d7cf5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:30:31 +0000 Subject: [PATCH] build(deps): bump grpcio in /examples/arxiv-topic-modelling 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/arxiv-topic-modelling/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arxiv-topic-modelling/requirements.txt b/examples/arxiv-topic-modelling/requirements.txt index 8fbfc4a33a..9b9f04069d 100644 --- a/examples/arxiv-topic-modelling/requirements.txt +++ b/examples/arxiv-topic-modelling/requirements.txt @@ -46,7 +46,7 @@ fqdn==1.5.1 fvcore==0.1.5.post20221221 google-auth==2.17.3 google-auth-oauthlib==1.0.0 -grpcio==1.53.0 +grpcio==1.53.2 h11==0.14.0 hdbscan==0.8.29 httpcore==0.16.3