From a5ac235944a4d14f8dec3718903307aa35ddf16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:11:57 +0800 Subject: [PATCH] Bump the pip-dependencies group with 2 updates (#342) Bumps the pip-dependencies group with 2 updates: [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio` from 1.62.1 to 1.62.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.62.1...v1.62.2) Updates `grpcio-tools` from 1.62.1 to 1.62.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.62.1...v1.62.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f537dca..3e855a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ certifi==2024.2.2 charset-normalizer==3.3.2 debugpy==1.8.1 docutils==0.20.1 -grpcio==1.62.1 -grpcio-tools==1.62.1 +grpcio==1.62.2 +grpcio-tools==1.62.2 idna==3.7 importlib-metadata==7.1.0 jaraco.classes==3.4.0