From 7853a9b9f493eb458415649e90b0bbe4e4d03d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:56:01 +0000 Subject: [PATCH] chore(deps): bump scikit-learn from 1.5.1 to 1.6.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.1...1.6.0) --- 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..c9102a3 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.0 starlette==0.40.0 structlog==24.4.0