From 91985efb7eb2ef6ecf5730c571e2231b935c8614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:09:29 +0000 Subject: [PATCH] Bump joblib from 0.16.0 to 1.2.0 in /binder Bumps [joblib](https://github.com/joblib/joblib) from 0.16.0 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.16.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 047b8618..13a5ee23 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -36,7 +36,7 @@ ipython-genutils==0.2.0; python_version >= "3.7" ipython==7.21.0; python_version >= "3.7" jedi==0.18.0; python_version >= "3.7" jinja2==2.11.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" -joblib==0.16.0; python_version >= "3.6" +joblib==1.2.0; python_version >= "3.6" jsonschema==3.2.0; python_version >= "3.5" jupyter-client==6.1.12; python_full_version >= "3.6.1" and python_version >= "3.6" jupyter-core==4.7.1; python_full_version >= "3.6.1" and python_version >= "3.6"