Merge branch 'freqtrade:develop' into main-stash
This commit is contained in:
@@ -36,7 +36,7 @@ repos:
|
|||||||
# stages: [push]
|
# stages: [push]
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: "8.0.0"
|
rev: "8.0.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
@@ -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.15.2'
|
rev: 'v0.15.4'
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|||||||
BIN
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
markdown==3.10.2
|
markdown==3.10.2
|
||||||
mkdocs==1.6.1
|
mkdocs==1.6.1
|
||||||
mkdocs-material==9.7.1
|
mkdocs-material==9.7.2
|
||||||
mdx_truly_sane_lists==1.3
|
mdx_truly_sane_lists==1.3
|
||||||
pymdown-extensions==10.21
|
pymdown-extensions==10.21
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
"""Freqtrade bot"""
|
"""Freqtrade bot"""
|
||||||
|
|
||||||
__version__ = "2026.2-dev"
|
__version__ = "2026.3-dev"
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from freqtrade_client.ft_rest_client import FtRestClient
|
from freqtrade_client.ft_rest_client import FtRestClient
|
||||||
|
|
||||||
|
|
||||||
__version__ = "2026.2-dev"
|
__version__ = "2026.3-dev"
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
-r requirements-freqai-rl.txt
|
-r requirements-freqai-rl.txt
|
||||||
-r docs/requirements-docs.txt
|
-r docs/requirements-docs.txt
|
||||||
|
|
||||||
ruff==0.15.1
|
ruff==0.15.2
|
||||||
mypy==1.19.1
|
mypy==1.19.1
|
||||||
pre-commit==4.5.1
|
pre-commit==4.5.1
|
||||||
pytest==9.0.2
|
pytest==9.0.2
|
||||||
@@ -16,7 +16,7 @@ pytest-mock==3.15.1
|
|||||||
pytest-random-order==1.2.0
|
pytest-random-order==1.2.0
|
||||||
pytest-timeout==2.4.0
|
pytest-timeout==2.4.0
|
||||||
pytest-xdist==3.8.0
|
pytest-xdist==3.8.0
|
||||||
isort==7.0.0
|
isort==8.0.0
|
||||||
# For datetime mocking
|
# For datetime mocking
|
||||||
time-machine==3.2.0
|
time-machine==3.2.0
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
# Required for hyperopt
|
# Required for hyperopt
|
||||||
scipy==1.17.0
|
scipy==1.17.1
|
||||||
scikit-learn==1.8.0
|
scikit-learn==1.8.0
|
||||||
filelock==3.24.2
|
filelock==3.24.3
|
||||||
optuna==4.7.0
|
optuna==4.7.0
|
||||||
cmaes==0.12.0
|
cmaes==0.12.0
|
||||||
|
|||||||
+6
-6
@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
|
|||||||
ta-lib==0.6.8
|
ta-lib==0.6.8
|
||||||
technical==1.5.4
|
technical==1.5.4
|
||||||
|
|
||||||
ccxt==4.5.39
|
ccxt==4.5.40
|
||||||
cryptography==46.0.5
|
cryptography==46.0.5
|
||||||
aiohttp==3.13.3
|
aiohttp==3.13.3
|
||||||
SQLAlchemy==2.0.46
|
SQLAlchemy==2.0.46
|
||||||
@@ -24,8 +24,8 @@ tabulate==0.9.0
|
|||||||
pycoingecko==3.2.0
|
pycoingecko==3.2.0
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
joblib==1.5.3
|
joblib==1.5.3
|
||||||
rich==14.3.2
|
rich==14.3.3
|
||||||
pyarrow==23.0.0; platform_machine != 'armv7l'
|
pyarrow==23.0.1; platform_machine != 'armv7l'
|
||||||
|
|
||||||
|
|
||||||
# Load ticker files 30% faster
|
# Load ticker files 30% faster
|
||||||
@@ -37,9 +37,9 @@ orjson==3.11.7
|
|||||||
sdnotify==0.3.2
|
sdnotify==0.3.2
|
||||||
|
|
||||||
# API Server
|
# API Server
|
||||||
fastapi==0.129.0
|
fastapi==0.131.0
|
||||||
pydantic==2.12.5
|
pydantic==2.12.5
|
||||||
uvicorn==0.40.0
|
uvicorn==0.41.0
|
||||||
pyjwt==2.11.0
|
pyjwt==2.11.0
|
||||||
aiofiles==25.1.0
|
aiofiles==25.1.0
|
||||||
psutil==7.2.2
|
psutil==7.2.2
|
||||||
@@ -58,5 +58,5 @@ schedule==1.2.2
|
|||||||
websockets==16.0
|
websockets==16.0
|
||||||
janus==2.0.0
|
janus==2.0.0
|
||||||
|
|
||||||
ast-comments==1.2.3
|
ast-comments==1.3.0
|
||||||
packaging==26.0
|
packaging==26.0
|
||||||
|
|||||||
Reference in New Issue
Block a user