From a1c4be1e3b1835177d707141b6ddadb0183a7c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:07:34 +0000 Subject: [PATCH] Bump joblib from 1.4.0 to 1.4.2 Bumps [joblib](https://github.com/joblib/joblib) from 1.4.0 to 1.4.2. - [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.4.0...1.4.2) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-freqai.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index 6bab60ddc..f508e42c3 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -4,7 +4,7 @@ # Required for freqai scikit-learn==1.4.2 -joblib==1.4.0 +joblib==1.4.2 catboost==1.2.5; 'arm' not in platform_machine lightgbm==4.3.0 xgboost==2.0.3 diff --git a/requirements.txt b/requirements.txt index 407765545..e5e62abf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ tabulate==0.9.0 pycoingecko==3.1.0 jinja2==3.1.3 tables==3.9.1 -joblib==1.4.0 +joblib==1.4.2 rich==13.7.1 pyarrow==16.0.0; platform_machine != 'armv7l'