From 3e7294d722c88e8d29ee25ec71bb05012bc71811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:34:53 +0000 Subject: [PATCH] Bump grpcio from 1.66.1 to 1.67.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.66.1 to 1.67.1. - [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.66.1...v1.67.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3357d40..0a47ec0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ license="MIT", packages=find_packages(), # Corrected function call install_requires=[ - "grpcio==1.66.1", + "grpcio==1.67.1", "protobuf>=4.21.0", "setuptools>=40.8.0", "PyJWT>=2.6.0",