From 29371b2f28591a611e039bad4da718ae726dfb23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 06:15:03 +0000 Subject: [PATCH] Bump joblib from 1.0.1 to 1.1.0 Bumps [joblib](https://github.com/joblib/joblib) from 1.0.1 to 1.1.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/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-hyperopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index b4067d1db..96690bcbb 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -6,6 +6,6 @@ scipy==1.7.1 scikit-learn==0.24.2 scikit-optimize==0.8.1 filelock==3.3.0 -joblib==1.0.1 +joblib==1.1.0 psutil==5.8.0 progressbar2==3.53.3