From 831a2a26b2d661a750af1dcb33a3e831157dc538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:18:53 +0000 Subject: [PATCH] build(deps-dev): bump scikit-learn from 1.3.0 to 1.3.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc08fcc27..111a4bde5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "joblib==1.3.2", "pandas==2.1.1", "openpyxl==3.1.2", - "scikit-learn==1.3.0", + "scikit-learn==1.3.1", "pytest-xdist==3.3.1", "ipython==8.16.1", ] @@ -64,7 +64,7 @@ doc = [ "nbsphinx==0.9.3", "ipywidgets==8.1.1", "joblib==1.3.2", - "scikit-learn==1.3.0", + "scikit-learn==1.3.1", "ipython==8.16.1", "jupyterlab==4.0.6", "sphinx-jinja==2.0.2",