File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 77-r docs/requirements-docs.txt
88
99ruff == 0.12.12
10- mypy == 1.17 .1
10+ mypy == 1.18 .1
1111pre-commit == 4.3.0
1212pytest == 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
1515pytest-mock == 3.15.0
1616pytest-random-order == 1.2.0
1717pytest-timeout == 2.4.0
@@ -27,6 +27,6 @@ nbconvert==7.16.6
2727scipy-stubs == 1.16.1.1 # keep in sync with `scipy` in `requirements-hyperopt.txt`
2828types-cachetools == 6.2.0.20250827
2929types-filelock == 3.2.7
30- types-requests == 2.32.4.20250809
30+ types-requests == 2.32.4.20250913
3131types-tabulate == 0.9.0.20241207
3232types-python-dateutil == 2.9.0.20250822
Original file line number Diff line number Diff line change 33-r requirements-plot.txt
44
55# Required for freqai
6- scikit-learn==1.7.1
6+ scikit-learn==1.7.2
77joblib==1.5.2
88catboost==1.2.8; 'arm' not in platform_machine
99lightgbm==4.6.0
Original file line number Diff line number Diff line change 33
44# Required for hyperopt
55scipy==1.16.1
6- scikit-learn==1.7.1
6+ scikit-learn==1.7.2
77filelock==3.19.1
88optuna==4.5.0
99cmaes==0.12.0
Original file line number Diff line number Diff line change 1- numpy == 2.3.2
1+ numpy == 2.3.3
22pandas == 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
66ft-pandas-ta == 0.3.15
77ta-lib == 0.6.7
88technical == 1.5.3
99
10- ccxt == 4.5.3
10+ ccxt == 4.5.4
1111cryptography == 45.0.7
1212aiohttp == 3.12.15
1313SQLAlchemy == 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 ~
1616httpx >= 0.24.1
1717humanize == 4.13.0
You can’t perform that action at this time.
0 commit comments