From 8e28c00de113c940a1b20bd696111f7397658242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:25:12 +0000 Subject: [PATCH] build(deps): update scikit-learn requirement in /backend Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5674789..7217947 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ python-jose[cryptography]>=3.3.0 google-api-python-client>=2.122.0 google-auth-oauthlib>=1.2.0 google-auth-httplib2>=0.2.0 -scikit-learn>=1.4.1.post1 +scikit-learn>=1.9.0 numpy>=1.26.4 pytest>=8.1.1 httpx>=0.27.0