From f35e063279d08584712354eddba07e4b6ba3cee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:52:40 +0000 Subject: [PATCH] Bump scikit-learn from 1.7.2 to 1.8.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.7.2...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e6807bb2..ecb788b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'polyleven==0.9.0', 'pytest==9.0.2', 'pytest-benchmark==5.2.3', - 'scikit-learn==1.7.2', + 'scikit-learn==1.8.0', 'seaborn==0.13.2', 'sympy==1.14.0', 'threadpoolctl==3.6.0', diff --git a/requirements.txt b/requirements.txt index 1275cff1..c46bedc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pathos==0.3.4 polyleven==0.9.0 pytest==9.0.2 pytest-benchmark==5.2.3 -scikit-learn==1.7.2 +scikit-learn==1.8.0 seaborn==0.13.2 sympy==1.14.0 threadpoolctl==3.6.0