diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 228a60389..ad76dba46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index a6c3fdd05..2b9e9e8fe 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 1caf4e1ef..675d91a87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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