From f51f4e99e1c41be8038ef99a813353a8053c1ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:44:17 +0000 Subject: [PATCH] bump scikit-learn from 1.4.2 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69233888..c2a0908e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyinstaller-hooks-contrib>=2024.6", "PySocks>=1.7.1", "python-dotenv>=1.2.2", - "scikit-learn>=1.4.2", + "scikit-learn>=1.5.0", "scipy>=1.13.0", "six>=1.16.0", "sklearn>=0.0", diff --git a/requirements.txt b/requirements.txt index 82e42272..39429372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pysocks==1.7.1 pytest==8.1.1 python-dotenv==1.2.2 pywin32-ctypes==0.2.2 ; sys_platform == "win32" -scikit-learn==1.4.2 +scikit-learn==1.5.0 scipy==1.13.0 setuptools==78.1.1 six==1.16.0