From 31564f4e7bd2e09853ba2393ccc14a268f28a63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:43:20 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.8.0 to >=1.9.0 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.8.0...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99f3d311..ff4beb63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pyotp qrcode pycountry python-dateutil -scikit-learn>=1.8.0 +scikit-learn>=1.9.0 valx sentry-sdk[django] cryptography