From f4adeb392486bd2d271009471c727f0d16b9f64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:52:33 +0000 Subject: [PATCH] Bump grpcio from 1.9.0 to 1.53.0 in /nativedroid Bumps [grpcio](https://github.com/grpc/grpc) from 1.9.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.9.0...v1.53.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nativedroid/requirements.txt | 2 +- nativedroid/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nativedroid/requirements.txt b/nativedroid/requirements.txt index 83f70bb4..12859a33 100644 --- a/nativedroid/requirements.txt +++ b/nativedroid/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.9.0 +grpcio==1.53.0 grpcio-tools==1.9.0 claripy==7.8.8.1 cle==7.8.8.1 diff --git a/nativedroid/setup.py b/nativedroid/setup.py index 9cb9b2d0..d65bd440 100644 --- a/nativedroid/setup.py +++ b/nativedroid/setup.py @@ -10,7 +10,7 @@ package_data={ }, install_requires=[ - 'grpcio==1.9.0', + 'grpcio==1.53.0', 'grpcio-tools==1.9.0', 'claripy', 'cle',