From e5eb66a153748e35c3ab55e247a43bad6ada85bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:49:30 +0000 Subject: [PATCH] Bump joblib from 0.13.2 to 1.2.0 in /handson-ml2 Bumps [joblib](https://github.com/joblib/joblib) from 0.13.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.13.2...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 499c5b4..229777e 100644 --- a/handson-ml2/requirements.txt +++ b/handson-ml2/requirements.txt @@ -83,7 +83,7 @@ gym[atari,box2d,classic_control]==0.15.3 ##### Additional utilities # Joblib is a set of tools to provide lightweight pipelining -joblib==0.13.2 +joblib==1.2.0 # May be useful with Pandas for complex "where" clauses (e.g., Pandas # tutorial).