From dbed3d3884a196fd8ac66848ccdb0fc888132d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 14:54:37 +0200 Subject: [PATCH] build(deps): bump scikit-learn from 1.7.0 to 1.7.1 (#625) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25e383e..8530281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ markdown-it-py==3.0.0 mdit-py-plugins==0.4.2 bokeh==3.7.3 uvicorn==0.35.0 -scikit-learn==1.7.0 +scikit-learn==1.7.1 timezonefinder==6.5.9 deap==1.4.3 requests==2.32.4