From 2b57d7574c8cba760a9ec768d288a3e264963d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:19:17 +0000 Subject: [PATCH] Bump joblib from 0.14.1 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.14.1 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.14.1...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 61256ac..cfeed70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numba==0.50.1 numpy==1.18.3 scipy==1.4.1 -joblib==0.14.1 +joblib==1.2.0 Cython==0.29.16 pandas==1.0.3 progress==1.5 diff --git a/setup.py b/setup.py index e197db9..43d29dc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires=[ 'numpy==1.18.3', 'scipy==1.4.1', - 'joblib==0.14.1', + 'joblib==1.2.0', 'Cython==0.29.16', 'pandas==1.0.3', 'progress==1.5',