From e186bd1d1d647e98f492ab10bd99c3cce23b3868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:56:38 +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 2452768..5dde1be 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==6.4.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