mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-10 08:10:34 +00:00
Merge branch 'freqtrade:develop' into bt-metrics
This commit is contained in:
@@ -2,5 +2,5 @@ markdown==3.4.4
|
||||
mkdocs==1.5.2
|
||||
mkdocs-material==9.2.5
|
||||
mdx_truly_sane_lists==1.3
|
||||
pymdown-extensions==10.1
|
||||
pymdown-extensions==10.3
|
||||
jinja2==3.1.2
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
-r docs/requirements-docs.txt
|
||||
|
||||
coveralls==3.3.1
|
||||
ruff==0.0.286
|
||||
ruff==0.0.287
|
||||
mypy==1.5.1
|
||||
pre-commit==3.3.3
|
||||
pre-commit==3.4.0
|
||||
pytest==7.4.0
|
||||
pytest-asyncio==0.21.1
|
||||
pytest-cov==4.1.0
|
||||
@@ -20,7 +20,7 @@ isort==5.12.0
|
||||
time-machine==2.12.0
|
||||
|
||||
# Convert jupyter notebooks to markdown documents
|
||||
nbconvert==7.7.4
|
||||
nbconvert==7.8.0
|
||||
|
||||
# mypy types
|
||||
types-cachetools==5.3.0.6
|
||||
|
||||
@@ -6,4 +6,4 @@ scipy==1.11.2; python_version >= '3.9'
|
||||
scipy==1.10.1; python_version < '3.9'
|
||||
scikit-learn==1.1.3
|
||||
scikit-optimize==0.9.0
|
||||
filelock==3.12.2
|
||||
filelock==3.12.3
|
||||
|
||||
@@ -3,12 +3,12 @@ numpy==1.24.3; python_version <= '3.8'
|
||||
pandas==2.0.3
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
ccxt==4.0.76
|
||||
ccxt==4.0.81
|
||||
cryptography==41.0.3; platform_machine != 'armv7l'
|
||||
cryptography==40.0.1; platform_machine == 'armv7l'
|
||||
aiohttp==3.8.5
|
||||
SQLAlchemy==2.0.20
|
||||
python-telegram-bot==20.4
|
||||
python-telegram-bot==20.5
|
||||
# can't be hard-pinned due to telegram-bot pinning httpx with ~
|
||||
httpx>=0.24.1
|
||||
arrow==1.2.3
|
||||
@@ -39,7 +39,7 @@ orjson==3.9.5
|
||||
sdnotify==0.3.2
|
||||
|
||||
# API Server
|
||||
fastapi==0.103.0
|
||||
fastapi==0.103.1
|
||||
pydantic==2.3.0
|
||||
uvicorn==0.23.2
|
||||
pyjwt==2.8.0
|
||||
|
||||
Reference in New Issue
Block a user