Merge branch 'freqtrade:develop' into dca

This commit is contained in:
Reigo Reinmets 2021-12-11 18:26:11 +02:00 committed by GitHub
commit 9176e2f1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -385,7 +385,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
uses: crazy-max/ghaction-docker-buildx@v3.3.1
with:
buildx-version: latest
qemu-version: latest

View File

@ -1,4 +1,4 @@
mkdocs==1.2.3
mkdocs-material==8.0.4
mkdocs-material==8.1.0
mdx_truly_sane_lists==1.2
pymdown-extensions==9.1

View File

@ -2,11 +2,11 @@ numpy==1.21.4
pandas==1.3.4
pandas-ta==0.3.14b
ccxt==1.63.1
ccxt==1.63.55
# Pin cryptography for now due to rust build errors with piwheels
cryptography==36.0.0
aiohttp==3.8.1
SQLAlchemy==1.4.27
SQLAlchemy==1.4.28
python-telegram-bot==13.8.1
arrow==1.2.1
cachetools==4.2.2
@ -41,6 +41,6 @@ psutil==5.8.0
colorama==0.4.4
# Building config files interactively
questionary==1.10.0
prompt-toolkit==3.0.23
prompt-toolkit==3.0.24
# Extensions to datetime library
python-dateutil==2.8.2