From a06ccaf3956a4111d90f5370b9805e18dfb73a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:24:18 +0000 Subject: [PATCH] chore(deps): Bump llvmlite in /backend/python/openvoice 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/openvoice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/openvoice/requirements.txt b/backend/python/openvoice/requirements.txt index 62b886bb..9c8f2d24 100644 --- a/backend/python/openvoice/requirements.txt +++ b/backend/python/openvoice/requirements.txt @@ -13,5 +13,5 @@ networkx==2.8.8 jieba==0.42.1 gradio==5.9.1 langid==1.1.6 -llvmlite==0.43.0 +llvmlite==0.44.0 setuptools \ No newline at end of file