From b8253d428ab369b0e50908e6fa93569883732759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:32:59 +0000 Subject: [PATCH] Bump joblib from 0.12.2 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.12.2 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/0.12.2...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 76852ab..23bb130 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ sphinx-rtd-theme sphinxcontrib-napoleon sphinxcontrib-websupport -joblib==0.12.2 +joblib==1.2.0 PyPrind numpy scipy diff --git a/setup.py b/setup.py index 473dd1d..4041218 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ test_suite='nose.collector', tests_require=['nose'], install_requires=[ - 'joblib==0.12.2', + 'joblib==1.2.0', 'PyPrind', 'numpy', 'scipy',