From 10024905a008dbebce077f8dc43670c304045c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 04:36:21 +0000 Subject: [PATCH] chore(deps): Bump grpcio from 1.65.0 to 1.65.5 in /backend/python/exllama (#3299) chore(deps): Bump grpcio in /backend/python/exllama Bumps [grpcio](https://github.com/grpc/grpc) from 1.65.0 to 1.65.5. - [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.65.0...v1.65.5) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/exllama/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/exllama/requirements.txt b/backend/python/exllama/requirements.txt index 835671a2..99b81098 100644 --- a/backend/python/exllama/requirements.txt +++ b/backend/python/exllama/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.65.0 +grpcio==1.65.5 protobuf certifi setuptools \ No newline at end of file