From cbb1a0040917b4265c8e3456f2704488043c2ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:54:54 +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 51a1726..a83e407 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ cycler==0.10.0 ImageHash==4.0 importlib-metadata==0.15 isort==4.3.21 -joblib==0.14.1 +joblib==1.2.0 kiwisolver==1.0.1 lazy-object-proxy==1.4.3 matplotlib==3.0.3 diff --git a/setup.py b/setup.py index 762f7d7..85ff5e2 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "ImageHash==4.0", "importlib-metadata==0.15", "isort==4.3.21", - "joblib==0.14.1", + "joblib==1.2.0", "kiwisolver==1.0.1", "lazy-object-proxy==1.4.3", "matplotlib==3.0.3",