From 3c8c552df137222e1b8a2847b252f0bba3084b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:09:18 +0000 Subject: [PATCH] Bump scikit-learn from 1.1.2 to 1.5.0 in /tests/functional_tests Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.2 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.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/functional_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional_tests/requirements.txt b/tests/functional_tests/requirements.txt index aaee742..ff571d2 100644 --- a/tests/functional_tests/requirements.txt +++ b/tests/functional_tests/requirements.txt @@ -1,4 +1,4 @@ numpy==1.22.4 python-dotenv==0.21.0 -scikit-learn==1.1.2 +scikit-learn==1.5.0 tornado==6.4.1