From 7e8269657c199a28b805d6852a4c9637197c4135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:36:26 +0000 Subject: [PATCH] Bump grpcio from 1.56.0 to 1.56.2 Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.0 to 1.56.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.56.0...v1.56.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b89e9353..0f7e41e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ jinja2==3.1.4 -grpcio==1.56.0 +grpcio==1.56.2 hm-pyhelper==0.14.32 diff --git a/test-requirements.txt b/test-requirements.txt index 03a7fdef..1a277db1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ flake8==6.0.0 bandit==1.7.5 pytest==7.4.0 pytest-cov==4.1.0 -grpcio==1.56.0 +grpcio==1.56.2 hm_pyhelper==0.14.31