Merge pull request #10554 from freqtrade/dependabot/pip/develop/tables-3.10.1
chore(deps): bump tables from 3.9.1 to 3.10.1
This commit is contained in:
+3
-1
@@ -22,7 +22,9 @@ technical==1.4.4
|
|||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
pycoingecko==3.1.0
|
pycoingecko==3.1.0
|
||||||
jinja2==3.1.4
|
jinja2==3.1.4
|
||||||
tables==3.9.1
|
# Tables 3.10 dropped support for Python 3.9
|
||||||
|
tables==3.9.1; python_version < "3.10"
|
||||||
|
tables==3.10.1; python_version >= "3.10"
|
||||||
joblib==1.4.2
|
joblib==1.4.2
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
pyarrow==17.0.0; platform_machine != 'armv7l'
|
pyarrow==17.0.0; platform_machine != 'armv7l'
|
||||||
|
|||||||
Reference in New Issue
Block a user