From 224960b721a236bfcea926df08f79fa00055971f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:39:15 +0000 Subject: [PATCH] build(deps): bump scikit-learn in /tests/python_client Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.3 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.3...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/python_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 928f09bc0e489..123e5082242dc 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://test.pypi.org/simple/ pytest-cov==2.8.1 requests==2.26.0 -scikit-learn==1.1.3 +scikit-learn==1.5.0 timeout_decorator==0.5.0 ujson==5.5.0 pytest==7.2.0