Merge pull request #7436 from freqtrade/dependabot/pip/develop/joblib-1.2.0

Bump joblib from 1.1.0 to 1.2.0
This commit is contained in:
Matthias 2022-09-19 06:59:10 +02:00 committed by GitHub
commit 1d0e686cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Required for freqai
scikit-learn==1.1.2
joblib==1.1.0
joblib==1.2.0
catboost==1.0.6; platform_machine != 'aarch64'
lightgbm==3.3.2
xgboost==1.6.2

View File

@ -20,7 +20,7 @@ pycoingecko==3.0.0
jinja2==3.1.2
tables==3.7.0
blosc==1.10.6
joblib==1.1.0
joblib==1.2.0
# find first, C search in arrays
py_find_1st==1.1.5