From 3e367b66f5218b9553ad07bbbd83ba4cc76f9fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:02:50 +0000 Subject: [PATCH] Bump grpcio from 1.29.0 to 1.53.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.29.0 to 1.53.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.29.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c82013..d80f97f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ azureml-widgets==1.0.69.1 PyYAML==5.3.1 # for YAML parser arrow==0.14.0 # avoid annoying warning msgs in 0.14.4 future==0.18.2 # temporarily needed by tensorboard -grpcio==1.29.0 # tensorboard requirement +grpcio==1.53.0 # tensorboard requirement hyperopt==0.2.4 # for bayesian hyperparam searching matplotlib==3.2.1 # for plotting (exploring their use) numpy==1.18.1 # general use diff --git a/setup.py b/setup.py index fa2d6a9..e9bcb74 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "PyYAML==5.3.1", # for YAML parser "arrow==0.14.0", # avoid annoying warning msgs in 0.14.4, "future==0.18.2", # temporarily needed by tensorboard - "grpcio==1.29.0", # tensorboard requirement + "grpcio==1.53.0", # tensorboard requirement "hyperopt==0.2.4", # for bayesian hyperparam searching "matplotlib==3.2.1", # for plotting (exploring their use) "numpy==1.18.1", # general use