Merge pull request #8878 from freqtrade/dependabot/pip/develop/joblib-1.3.1

Bump joblib from 1.2.0 to 1.3.1
This commit is contained in:
Matthias
2023-07-10 07:22:14 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# Required for freqai # Required for freqai
scikit-learn==1.1.3 scikit-learn==1.1.3
joblib==1.2.0 joblib==1.3.1
catboost==1.2; 'arm' not in platform_machine catboost==1.2; 'arm' not in platform_machine
lightgbm==3.3.5 lightgbm==3.3.5
xgboost==1.7.6 xgboost==1.7.6
+1 -1
View File
@@ -23,7 +23,7 @@ pycoingecko==3.1.0
jinja2==3.1.2 jinja2==3.1.2
tables==3.8.0 tables==3.8.0
blosc==1.11.1 blosc==1.11.1
joblib==1.2.0 joblib==1.3.1
rich==13.4.2 rich==13.4.2
pyarrow==12.0.0; platform_machine != 'armv7l' pyarrow==12.0.0; platform_machine != 'armv7l'