From 43a27dbbcb2a51a3f526b519580931656dd94000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:02:39 +0000 Subject: [PATCH] Bump joblib from 0.14.1 to 1.2.0 in /handson-ml2 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] --- handson-ml2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handson-ml2/requirements.txt b/handson-ml2/requirements.txt index b276135..f4d9f58 100644 --- a/handson-ml2/requirements.txt +++ b/handson-ml2/requirements.txt @@ -68,7 +68,7 @@ pyglet==1.4.11 ##### Additional utilities # Efficient jobs (caching, parallelism, persistence) -joblib==0.14.1 +joblib==1.2.0 # Easy http requests requests==2.24.0