Merge branch 'freqtrade:develop' into allow-pairs-with-prefix-in-marketcap-pairList

This commit is contained in:
mrpabloyeah
2025-08-05 11:25:15 +02:00
committed by GitHub
6 changed files with 19 additions and 14 deletions

View File

@@ -29,6 +29,10 @@ updates:
mkdocs: mkdocs:
patterns: patterns:
- "mkdocs*" - "mkdocs*"
scipy:
patterns:
- "scipy"
- "scipy-stubs"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"

View File

@@ -28,7 +28,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}

View File

@@ -21,7 +21,7 @@ repos:
# stages: [push] # stages: [push]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.17.0" rev: "v1.17.1"
hooks: hooks:
- id: mypy - id: mypy
exclude: build_helpers exclude: build_helpers
@@ -31,8 +31,8 @@ repos:
- types-requests==2.32.4.20250611 - types-requests==2.32.4.20250611
- types-tabulate==0.9.0.20241207 - types-tabulate==0.9.0.20241207
- types-python-dateutil==2.9.0.20250708 - types-python-dateutil==2.9.0.20250708
- scipy-stubs==1.16.0.2 - scipy-stubs==1.16.1.0
- SQLAlchemy==2.0.41 - SQLAlchemy==2.0.42
# stages: [push] # stages: [push]
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
@@ -44,7 +44,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: 'v0.12.5' rev: 'v0.12.7'
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format

View File

@@ -24,7 +24,7 @@ time-machine==2.16.0
nbconvert==7.16.6 nbconvert==7.16.6
# mypy types # mypy types
scipy-stubs==1.16.0.2 # keep in sync with `scipy` in `requirements-hyperopt.txt` scipy-stubs==1.16.1.0 # keep in sync with `scipy` in `requirements-hyperopt.txt`
types-cachetools==6.1.0.20250717 types-cachetools==6.1.0.20250717
types-filelock==3.2.7 types-filelock==3.2.7
types-requests==2.32.4.20250611 types-requests==2.32.4.20250611

View File

@@ -10,7 +10,7 @@ technical==1.5.2
ccxt==4.4.98 ccxt==4.4.98
cryptography==45.0.5 cryptography==45.0.5
aiohttp==3.12.15 aiohttp==3.12.15
SQLAlchemy==2.0.41 SQLAlchemy==2.0.42
python-telegram-bot==22.3 python-telegram-bot==22.3
# can't be hard-pinned due to telegram-bot pinning httpx with ~ # can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1 httpx>=0.24.1

View File

@@ -415,13 +415,14 @@ EXCHANGES = {
"timeframe": "1h", "timeframe": "1h",
"candle_count": 1000, "candle_count": 1000,
}, },
"htx": { # TODO: re-enable htx once certificates work again
"pair": "ETH/BTC", # "htx": {
"stake_currency": "BTC", # "pair": "ETH/BTC",
"hasQuoteVolume": True, # "stake_currency": "BTC",
"timeframe": "1h", # "hasQuoteVolume": True,
"candle_count": 1000, # "timeframe": "1h",
}, # "candle_count": 1000,
# },
"bitvavo": { "bitvavo": {
"pair": "BTC/EUR", "pair": "BTC/EUR",
"stake_currency": "EUR", "stake_currency": "EUR",