From db7eab731d3b59341ba8eb76569440b3744bd367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:00:12 +0000 Subject: [PATCH] Bump joblib from 0.14.1 to 1.2.0 in /docker 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] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 2041e58..d024637 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -6,7 +6,7 @@ numpy==1.17.4 box2d-py==2.3.8 pyglet==1.3.2 PyQt5==5.12.3 -joblib==0.14.1 +joblib==1.2.0 mpi4py==2.0.0 gym-pull==0.1.7 configargparse==1.2.3