From d01d4596ae4499d91fdb164d2776f39a1da281dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:05:06 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 1.7.1 to 1.9.0 in /search-api Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.7.1...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- search-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-api/requirements.txt b/search-api/requirements.txt index a05a831..0ea2398 100644 --- a/search-api/requirements.txt +++ b/search-api/requirements.txt @@ -7,6 +7,6 @@ numpy==2.4.6 psycopg2-binary==2.9.10 requests==2.33.1 redis==8.0.0 -scikit-learn==1.7.1 +scikit-learn==1.9.0 sentence-transformers==5.4.1 transformers==5.8.0 \ No newline at end of file