From d2cd585a7b472b5c4a61c5f91d5465f8d3c483e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:31:41 +0000 Subject: [PATCH] Bump joblib from 1.1.0 to 1.2.0 in /machine learning/sp500-forecast Bumps [joblib](https://github.com/joblib/joblib) from 1.1.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/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine learning/sp500-forecast/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine learning/sp500-forecast/requirements.txt b/machine learning/sp500-forecast/requirements.txt index 1cdb46c..a0d0cab 100644 --- a/machine learning/sp500-forecast/requirements.txt +++ b/machine learning/sp500-forecast/requirements.txt @@ -29,7 +29,7 @@ ipykernel==6.6.1 ipython-genutils==0.2.0 ipython==7.30.1; python_version >= '3.7' jedi==0.18.1; python_version >= '3.6' -joblib==1.1.0; python_version >= '3.6' +joblib==1.2.0; python_version >= '3.6' jsonschema==4.3.3; python_version >= '3.7' jupyter-client==7.1.0; python_full_version >= '3.6.1' jupyter-core==4.9.1; python_version >= '3.6'