From e0d55bf5d36a9061950bfddf2aea67b13c45b0ac Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 Mar 2026 13:04:42 +0100 Subject: [PATCH] chore(ci): install pinned ccxt and orjson versions --- .github/workflows/binance-lev-tier-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index ee8682a09..cce07573c 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -36,7 +36,7 @@ jobs: python-version: "3.14" - name: Install ccxt - run: uv pip install ccxt orjson + run: uv pip install $(grep -E "^ccxt==" requirements.txt) $(grep -E "^orjson==" requirements.txt) - name: Run leverage tier update env: @@ -55,7 +55,7 @@ jobs: Dependencies branch: update/binance-leverage-tiers title: Update Binance Leverage Tiers - commit-message: "chore: update pre-commit hooks" + commit-message: "chore: update binance leverage tiers" committer: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> author: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> body: Update binance leverage tiers.