From 034d20edd9ba0c2163697b67d66ed2686f019778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:28:31 +0000 Subject: [PATCH] chore(deps): Bump grpcio-tools in /backend/python/parler-tts Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.42.0 to 1.67.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.42.0...v1.67.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/parler-tts/requirements-after.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/parler-tts/requirements-after.txt b/backend/python/parler-tts/requirements-after.txt index 702074de41c5..24f3008ea355 100644 --- a/backend/python/parler-tts/requirements-after.txt +++ b/backend/python/parler-tts/requirements-after.txt @@ -1,4 +1,4 @@ git+https://github.com/huggingface/parler-tts.git@8e465f1b5fcd223478e07175cb40494d19ffbe17 llvmlite==0.43.0 numba==0.60.0 -grpcio-tools==1.42.0 \ No newline at end of file +grpcio-tools==1.67.0 \ No newline at end of file