From 0842f487f521dad8e6c85203bd9f5badc7a80230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:05:58 +0000 Subject: [PATCH] Bump ollama from 0.5.3 to 0.5.4 in /backend-agent Bumps [ollama](https://github.com/ollama/ollama-python) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](https://github.com/ollama/ollama-python/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 cda9dcf..609056c 100644 --- a/backend-agent/pyproject.toml +++ b/backend-agent/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'unstructured>=0.18.14', 'art', 'pandas', - 'ollama==0.5.3', + 'ollama==0.5.4', 'weasyprint', 'pyrit==0.9.0', 'codeattack @ git+https://github.com/marcorosa/CodeAttack',