From 19a2147f35e1329b598ac8b66ae32a2e1fa4f5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:12:45 +0000 Subject: [PATCH] Bump joblib from 1.0.1 to 1.2.0 in /docs Bumps [joblib](https://github.com/joblib/joblib) from 1.0.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/1.0.1...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ae5868a0c..b760f6da4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ future==0.18.2 # via lunr jinja2==2.11.2 # via mkdocs -joblib==1.0.1 +joblib==1.2.0 # via nltk livereload==2.6.2 # via mkdocs