Skip to content

Commit e131527

Browse files
authored
Merge branch 'freqtrade:develop' into main-stash
2 parents 19a35ed + f62ded9 commit e131527

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
41+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
4242
with:
4343
activate-environment: true
4444
enable-cache: true
@@ -159,7 +159,7 @@ jobs:
159159
check-latest: true
160160

161161
- name: Install uv
162-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
162+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
163163
with:
164164
activate-environment: true
165165
enable-cache: true
@@ -271,7 +271,7 @@ jobs:
271271
python-version: ${{ matrix.python-version }}
272272

273273
- name: Install uv
274-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
274+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
275275
with:
276276
activate-environment: true
277277
enable-cache: true
@@ -421,7 +421,7 @@ jobs:
421421
python-version: "3.12"
422422

423423
- name: Install uv
424-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
424+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
425425
with:
426426
activate-environment: true
427427
enable-cache: true

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Run zizmor 🌈
29-
uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
29+
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
additional_dependencies:
2929
- types-cachetools==6.2.0.20250827
3030
- types-filelock==3.2.7
31-
- types-requests==2.32.4.20250809
31+
- types-requests==2.32.4.20250913
3232
- types-tabulate==0.9.0.20241207
3333
- types-python-dateutil==2.9.0.20250822
3434
- scipy-stubs==1.16.1.1

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
-r docs/requirements-docs.txt
88

99
ruff==0.12.12
10-
mypy==1.17.1
10+
mypy==1.18.1
1111
pre-commit==4.3.0
1212
pytest==8.4.2
13-
pytest-asyncio==1.1.0
14-
pytest-cov==6.3.0
13+
pytest-asyncio==1.2.0
14+
pytest-cov==7.0.0
1515
pytest-mock==3.15.0
1616
pytest-random-order==1.2.0
1717
pytest-timeout==2.4.0
@@ -27,6 +27,6 @@ nbconvert==7.16.6
2727
scipy-stubs==1.16.1.1 # keep in sync with `scipy` in `requirements-hyperopt.txt`
2828
types-cachetools==6.2.0.20250827
2929
types-filelock==3.2.7
30-
types-requests==2.32.4.20250809
30+
types-requests==2.32.4.20250913
3131
types-tabulate==0.9.0.20241207
3232
types-python-dateutil==2.9.0.20250822

requirements-freqai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r requirements-plot.txt
44

55
# Required for freqai
6-
scikit-learn==1.7.1
6+
scikit-learn==1.7.2
77
joblib==1.5.2
88
catboost==1.2.8; 'arm' not in platform_machine
99
lightgbm==4.6.0

requirements-hyperopt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Required for hyperopt
55
scipy==1.16.1
6-
scikit-learn==1.7.1
6+
scikit-learn==1.7.2
77
filelock==3.19.1
88
optuna==4.5.0
99
cmaes==0.12.0

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
numpy==2.3.2
1+
numpy==2.3.3
22
pandas==2.3.2
3-
bottleneck==1.5.0
4-
numexpr==2.11.0
3+
bottleneck==1.6.0
4+
numexpr==2.12.1
55
# Indicator libraries
66
ft-pandas-ta==0.3.15
77
ta-lib==0.6.7
88
technical==1.5.3
99

10-
ccxt==4.5.3
10+
ccxt==4.5.4
1111
cryptography==45.0.7
1212
aiohttp==3.12.15
1313
SQLAlchemy==2.0.43
14-
python-telegram-bot==22.3
14+
python-telegram-bot==22.4
1515
# can't be hard-pinned due to telegram-bot pinning httpx with ~
1616
httpx>=0.24.1
1717
humanize==4.13.0

0 commit comments

Comments
 (0)