From af85ea5f2746d3a72bc791ed26b13261736ad778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:34:56 +0100 Subject: [PATCH] Bump scikit-learn from 1.6.0 to 1.6.1 (#374) Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn 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 8669d72..00a6d94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ matplotlib==3.10.0 fastapi[standard]==0.115.6 python-fasthtml==0.10.3 uvicorn==0.34.0 -scikit-learn==1.6.0 +scikit-learn==1.6.1 timezonefinder==6.5.7 deap==1.4.1 requests==2.32.3