From 4143020fdf77f0e432c4776d4b8e83b6587c3f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:05:37 +0000 Subject: [PATCH] build(deps): Bump llama-cpp-python[server] from 0.3.1 to 0.3.2 Bumps [llama-cpp-python[server]](https://github.com/abetlen/llama-cpp-python) from 0.3.1 to 0.3.2. - [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.1...v0.3.2) --- updated-dependencies: - dependency-name: llama-cpp-python[server] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/requirements.txt b/chat/requirements.txt index 64ad808..8bee099 100644 --- a/chat/requirements.txt +++ b/chat/requirements.txt @@ -1,2 +1,2 @@ -llama-cpp-python[server]==0.3.1 +llama-cpp-python[server]==0.3.2 pip==24.3.1