From 8194cced3d999e965df6310098587e182aff61bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 20:07:20 +0000 Subject: [PATCH] Bump joblib from 1.0.1 to 1.2.0 in /market_analysis 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/main/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] --- market_analysis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/market_analysis/requirements.txt b/market_analysis/requirements.txt index 1074db6..de9c69a 100644 --- a/market_analysis/requirements.txt +++ b/market_analysis/requirements.txt @@ -2,5 +2,5 @@ Flask==2.0.1 pandas==1.3.3 numpy==1.21.2 scikit-learn==0.24.2 -joblib==1.0.1 +joblib==1.2.0 matplotlib==3.4.3