From 501c7e4005151979be2330a3705180f35955bc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:32:10 +0200 Subject: [PATCH] build(deps): bump scikit-learn from 1.6.1 to 1.7.0 (#595) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 730bf0b..48570ba 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.2 uvicorn==0.34.3 -scikit-learn==1.6.1 +scikit-learn==1.7.0 timezonefinder==6.5.9 deap==1.4.3 requests==2.32.4