From 63f87c5dea3ceb10f92f27bf86b21185052f3fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:44:24 +0000 Subject: [PATCH] Bump joblib from 1.1.0 to 1.2.0 in /src 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 9613983..9718140 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,6 +2,6 @@ pandas==1.3.5 numpy==1.21.2 scikit-learn==1.0.2 matplotlib==3.5.1 -joblib==1.1.0 +joblib==1.2.0 flake8==4.0.1 pre-commit==2.17.0