From fc346a10e49db7b479cde67386a5027eca6712b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:19:37 +0000 Subject: [PATCH] chore(deps): bump ollama from 0.5.3 to 0.6.0 Bumps [ollama](https://github.com/ollama/ollama-python) from 0.5.3 to 0.6.0. - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](https://github.com/ollama/ollama-python/compare/v0.5.3...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56ee2a0..9fb9357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pandas==2.3.2 matplotlib==3.10.6 seaborn==0.13.2 -ollama==0.5.3 +ollama==0.6.0 evaluate==0.4.5 docker==7.1.0 datasets==4.0.0