Bump joblib from 1.3.2 to 1.4.0

Bumps [joblib](https://github.com/joblib/joblib) from 1.3.2 to 1.4.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.3.2...1.4.0)

---
updated-dependencies:
- dependency-name: joblib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 03:48:28 +00:00 committed by GitHub
parent 65654a4a44
commit abfed990d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Required for freqai
scikit-learn==1.4.1.post1
joblib==1.3.2
joblib==1.4.0
catboost==1.2.3; 'arm' not in platform_machine
lightgbm==4.3.0
xgboost==2.0.3

View File

@ -20,7 +20,7 @@ tabulate==0.9.0
pycoingecko==3.1.0
jinja2==3.1.3
tables==3.9.1
joblib==1.3.2
joblib==1.4.0
rich==13.7.1
pyarrow==15.0.2; platform_machine != 'armv7l'