From 700cb9dcb7d9529daa5dcb1c4c5b458136c2595c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:05:32 +0000 Subject: [PATCH] chore(deps): bump scikit-learn from 1.5.1 to 1.6.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.1...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cf67fb..112e9d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ pytest==8.3.2 pytest-asyncio==0.23.8 pytest-mock==3.14.0 python-dotenv==1.0.1 -scikit-learn==1.5.1 +scikit-learn==1.6.1 starlette==0.40.0 structlog==24.4.0