From d362aa729849efc6c1cda8557aaa9f1cab464417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:07:19 +0200 Subject: [PATCH] build(deps): bump scikit-learn from 1.7.1 to 1.7.2 (#679) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.7.1...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 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 147a8b5..98ad5ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ markdown-it-py==3.0.0 mdit-py-plugins==0.5.0 bokeh==3.8.0 uvicorn==0.35.0 -scikit-learn==1.7.1 +scikit-learn==1.7.2 timezonefinder==7.0.1 deap==1.4.3 requests==2.32.5