From b3da1058c9cbc05ef5974ff93d8deda8ea2493c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:26:21 +0000 Subject: [PATCH] Bump joblib from 1.1.0 to 1.2.0 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/main/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2508dfa..0e51b7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ scikit-learn==1.0.2 # For machine learning numpy==1.21.6 # For numerical operations # Optional: Joblib for model persistence -joblib==1.1.0 # For saving and loading models +joblib==1.2.0 # For saving and loading models