From 53a3c2f67c4182f141f88b44523692a52e525d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:17:28 +0000 Subject: [PATCH] build(deps-dev): bump joblib from 1.3.0 to 1.3.1 Bumps [joblib](https://github.com/joblib/joblib) from 1.3.0 to 1.3.1. - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/commits) --- updated-dependencies: - dependency-name: joblib 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 db421395b1..4f8b489af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tests = [ "numpy==1.25.0", "pytest==7.4.0", "pytest-cov==4.1.0", - "joblib==1.3.0", + "joblib==1.3.1", "pandas==2.0.2", "openpyxl==3.1.2", "scikit-learn==1.2.2", @@ -63,7 +63,7 @@ doc = [ "pypandoc==1.11", "nbsphinx==0.9.2", "ipywidgets==8.0.6", - "joblib==1.3.0", + "joblib==1.3.1", "scikit-learn==1.2.2", "ipython==8.14.0", "jupyterlab==4.0.2",