Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9adf0316f1 | |||
| 830166e1c7 | |||
| 50aaf2cfc9 | |||
| 1b741f9c58 | |||
| 606f3b7dfe | |||
| 2d9b13e65a | |||
| 1a476c4078 | |||
| 0c1c0990e8 | |||
| be37cafcb9 | |||
| 87a9f11773 | |||
| 0fedcf9eb1 | |||
| a54464905b | |||
| bd706557bd |
@@ -31,4 +31,4 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Run zizmor 🌈
|
- name: Run zizmor 🌈
|
||||||
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
|
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
|
||||||
|
|||||||
@@ -20,11 +20,11 @@ repos:
|
|||||||
- id: mypy
|
- id: mypy
|
||||||
exclude: build_helpers
|
exclude: build_helpers
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- types-cachetools==7.0.0.20260503
|
- types-cachetools==7.0.0.20260518
|
||||||
- types-filelock==3.2.7
|
- types-filelock==3.2.7
|
||||||
- types-requests==2.33.0.20260508
|
- types-requests==2.33.0.20260518
|
||||||
- types-tabulate==0.10.0.20260508
|
- types-tabulate==0.10.0.20260508
|
||||||
- types-python-dateutil==2.9.0.20260508
|
- types-python-dateutil==2.9.0.20260518
|
||||||
- scipy-stubs==1.17.1.4
|
- scipy-stubs==1.17.1.4
|
||||||
- SQLAlchemy==2.0.49
|
- SQLAlchemy==2.0.49
|
||||||
# stages: [push]
|
# stages: [push]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Requirements for freqtrade client library
|
# Requirements for freqtrade client library
|
||||||
requests==2.33.1
|
requests==2.34.2
|
||||||
python-rapidjson==1.23
|
python-rapidjson==1.23
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
-r docs/requirements-docs.txt
|
-r docs/requirements-docs.txt
|
||||||
|
|
||||||
ruff==0.15.12
|
ruff==0.15.12
|
||||||
mypy==2.0.0
|
mypy==2.1.0
|
||||||
pre-commit==4.6.0
|
pre-commit==4.6.0
|
||||||
pytest==9.0.3
|
pytest==9.0.3
|
||||||
pytest-asyncio==1.3.0
|
pytest-asyncio==1.3.0
|
||||||
@@ -24,11 +24,11 @@ nbconvert==7.17.1
|
|||||||
|
|
||||||
# mypy types
|
# mypy types
|
||||||
scipy-stubs==1.17.1.4 # keep in sync with `scipy` in `requirements-hyperopt.txt`
|
scipy-stubs==1.17.1.4 # keep in sync with `scipy` in `requirements-hyperopt.txt`
|
||||||
types-cachetools==7.0.0.20260503
|
types-cachetools==7.0.0.20260518
|
||||||
types-filelock==3.2.7
|
types-filelock==3.2.7
|
||||||
types-requests==2.33.0.20260508
|
types-requests==2.33.0.20260518
|
||||||
types-tabulate==0.10.0.20260508
|
types-tabulate==0.10.0.20260508
|
||||||
types-python-dateutil==2.9.0.20260508
|
types-python-dateutil==2.9.0.20260518
|
||||||
pip-audit==2.10.0
|
pip-audit==2.10.0
|
||||||
# For build step in CI
|
# For build step in CI
|
||||||
build==1.5.0
|
build==1.5.0
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
numpy==2.4.5
|
numpy==2.4.5
|
||||||
pandas==3.0.2
|
pandas==3.0.3
|
||||||
bottleneck==1.6.0
|
bottleneck==1.6.0
|
||||||
numexpr==2.14.1
|
numexpr==2.14.1
|
||||||
# Indicator libraries
|
# Indicator libraries
|
||||||
@@ -16,7 +16,7 @@ python-telegram-bot==22.7
|
|||||||
httpx>=0.24.1
|
httpx>=0.24.1
|
||||||
humanize==4.15.0
|
humanize==4.15.0
|
||||||
cachetools==7.1.2
|
cachetools==7.1.2
|
||||||
requests==2.33.1
|
requests==2.34.2
|
||||||
urllib3==2.7.0
|
urllib3==2.7.0
|
||||||
certifi==2026.4.22
|
certifi==2026.4.22
|
||||||
jsonschema==4.26.0
|
jsonschema==4.26.0
|
||||||
@@ -39,7 +39,7 @@ sdnotify==0.3.2
|
|||||||
# API Server
|
# API Server
|
||||||
fastapi==0.136.1
|
fastapi==0.136.1
|
||||||
pydantic==2.13.4
|
pydantic==2.13.4
|
||||||
uvicorn==0.46.0
|
uvicorn==0.47.0
|
||||||
pyjwt==2.12.1
|
pyjwt==2.12.1
|
||||||
aiofiles==25.1.0
|
aiofiles==25.1.0
|
||||||
psutil==7.2.2
|
psutil==7.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user