From 55aa140db11e08cb9bb41f545b00151c95895481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:45:53 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.3.0 to >=1.8.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.3.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.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 c64c539..efbcc3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pyotp qrcode pycountry python-dateutil -scikit-learn>=1.3.0 +scikit-learn>=1.8.0 valx sentry-sdk[django] cryptography