From f85e45b02dbb151941815b481c652a7e5f265bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 03:33:21 +0000 Subject: [PATCH] chore(deps)(deps): update scikit-learn requirement 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.5.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-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index dee8005..8881ec3 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -8,7 +8,7 @@ gunicorn>=22.0.0 psycopg2-binary>=2.9.3 cryptography>=42.0 pandas>=2.0.0 -scikit-learn>=1.5.0 +scikit-learn>=1.8.0 numpy>=1.21.0 whitenoise==6.12.0 sqlparse>=0.4.2 diff --git a/requirements.txt b/requirements.txt index 551b9be..6742f5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ gunicorn>=22.0.0 psycopg2-binary>=2.9.3 cryptography>=42.0 pandas>=2.0.0 -scikit-learn>=1.5.0 +scikit-learn>=1.8.0 numpy>=1.21.0 matplotlib>=3.10.9 whitenoise==6.12.0