From c5a54a3aefaf54f65a7e1e680a43c5defc9fe795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:17:48 +0000 Subject: [PATCH] Bump llama-cpp-python from 0.3.31 to 0.3.32 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.3.31 to 0.3.32. - [Release notes](https://github.com/abetlen/llama-cpp-python/releases) - [Changelog](https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/abetlen/llama-cpp-python/compare/v0.3.31...v0.3.32) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 161768c..bf57c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ idna==3.18 ; python_version >= "3.12" and python_version < "4.0" imageio-ffmpeg==0.6.0 ; python_version >= "3.12" and python_version < "4.0" imageio==2.37.3 ; python_version >= "3.12" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0" -llama-cpp-python==0.3.31 ; python_version >= "3.12" and python_version < "4.0" +llama-cpp-python==0.3.32 ; python_version >= "3.12" and python_version < "4.0" lmstudio==1.5.0 ; python_version >= "3.12" and python_version < "4.0" markdown-it-py==4.2.0 ; python_version >= "3.12" and python_version < "4.0" markupsafe==3.0.3 ; python_version >= "3.12" and python_version < "4.0"