From 5360adce083b4fdf6eca2f55fd70e2dfb67527b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 19:07:51 +0000 Subject: [PATCH] Bump ollama from 0.5.4 to 0.6.0 in /backend-agent Bumps [ollama](https://github.com/ollama/ollama-python) from 0.5.4 to 0.6.0. - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](https://github.com/ollama/ollama-python/compare/v0.5.4...v0.6.0) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend-agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-agent/pyproject.toml b/backend-agent/pyproject.toml index d787e69..55697b3 100644 --- a/backend-agent/pyproject.toml +++ b/backend-agent/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'unstructured==0.18.15', 'art==6.5', 'pandas==2.3.2', - 'ollama==0.5.4', + 'ollama==0.6.0', 'weasyprint==66.0', 'pyrit==0.9.0', 'codeattack @ git+https://github.com/marcorosa/CodeAttack',