From e2053a064c529d5f74a469e2df29e3aa2eb9f6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:14:24 +0000 Subject: [PATCH] chore(deps): Bump llvmlite in /backend/python/parler-tts Bumps [llvmlite](https://github.com/numba/llvmlite) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/numba/llvmlite/releases) - [Commits](https://github.com/numba/llvmlite/compare/v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: llvmlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/parler-tts/requirements-after.txt | 2 +- backend/python/parler-tts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/parler-tts/requirements-after.txt b/backend/python/parler-tts/requirements-after.txt index 702074de..ecffed80 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 +llvmlite==0.44.0 numba==0.60.0 grpcio-tools==1.42.0 \ No newline at end of file diff --git a/backend/python/parler-tts/requirements.txt b/backend/python/parler-tts/requirements.txt index e6ba016b..338c0d45 100644 --- a/backend/python/parler-tts/requirements.txt +++ b/backend/python/parler-tts/requirements.txt @@ -1,4 +1,4 @@ grpcio==1.69.0 certifi -llvmlite==0.43.0 +llvmlite==0.44.0 setuptools \ No newline at end of file