From 3b1393e9fedfb741760810255111079d6f58d7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:21:25 +0000 Subject: [PATCH] Bump ollama from 0.4.7 to 0.5.3 in /backend-agent Bumps [ollama](https://github.com/ollama/ollama-python) from 0.4.7 to 0.5.3. - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](https://github.com/ollama/ollama-python/compare/v0.4.7...v0.5.3) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.5.3 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..17a9480 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.3 weasyprint pyrit==0.9.0 textattack>=0.3.10