From a636cf782542166873db61a29db04da44383a60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:05:45 +0000 Subject: [PATCH] build(deps-dev): bump joblib from 1.2.0 to 1.3.0 Bumps [joblib](https://github.com/joblib/joblib) from 1.2.0 to 1.3.0. - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad3572cc41..db421395b1 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.2.0", + "joblib==1.3.0", "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.2.0", + "joblib==1.3.0", "scikit-learn==1.2.2", "ipython==8.14.0", "jupyterlab==4.0.2",