From a4e81c11a7635a1b81bce121164d17445d8cf16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:37:08 +0000 Subject: [PATCH] Bump joblib from 0.12.4 to 1.2.0 in /sagemaker-training-template Bumps [joblib](https://github.com/joblib/joblib) from 0.12.4 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.12.4...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sagemaker-training-template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-training-template/requirements.txt b/sagemaker-training-template/requirements.txt index 01a38d1..615df75 100644 --- a/sagemaker-training-template/requirements.txt +++ b/sagemaker-training-template/requirements.txt @@ -3,4 +3,4 @@ pandas==0.23.1 scikit-learn==0.19.1 scipy==1.0.1 pyspark-dist-explore==0.1.4 -joblib==0.12.4 \ No newline at end of file +joblib==1.2.0 \ No newline at end of file