From 948782792a566acfcdd1c60f6728735d17713ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:40:44 +0000 Subject: [PATCH] Bump ollama from 0.4.7 to 0.5.1 in /backend-agent Bumps [ollama](https://github.com/ollama/ollama-python) from 0.4.7 to 0.5.1. - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](https://github.com/ollama/ollama-python/compare/v0.4.7...v0.5.1) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-agent/requirements.txt b/backend-agent/requirements.txt index a8b36f8..a331ce2 100644 --- a/backend-agent/requirements.txt +++ b/backend-agent/requirements.txt @@ -17,7 +17,7 @@ tensorflow-hub sentence-transformers torchfile tensorflow-text -ollama==0.4.7 +ollama==0.5.1 weasyprint pyrit==0.9.0 textattack>=0.3.10