From 75e6315aac58abdd28ab7154ee3da5254ebca21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:58:40 +0000 Subject: [PATCH] Bump joblib from 1.2.0 to 1.3.1 Bumps [joblib](https://github.com/joblib/joblib) from 1.2.0 to 1.3.1. - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/commits) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production update-type: version-update:semver-minor ... 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 4a25a86ff..ceb5488a6 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -4,7 +4,7 @@ # Required for freqai scikit-learn==1.1.3 -joblib==1.2.0 +joblib==1.3.1 catboost==1.2; 'arm' not in platform_machine lightgbm==3.3.5 xgboost==1.7.6 diff --git a/requirements.txt b/requirements.txt index cf92f5bdc..96d551405 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pycoingecko==3.1.0 jinja2==3.1.2 tables==3.8.0 blosc==1.11.1 -joblib==1.2.0 +joblib==1.3.1 rich==13.4.2 pyarrow==12.0.0; platform_machine != 'armv7l'