Skip to content

Commit 030bc86

Browse files
committed
Merge branch 'main-stash' of https://github.com/stash86/freqtrade into main-stash
2 parents c9403eb + 87b0a6d commit 030bc86

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3061
-3227
lines changed

.github/workflows/binance-lev-tier-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment:
1616
name: develop
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
2121

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: ["3.11", "3.12", "3.13"]
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
persist-credentials: false
3434

@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
41+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
4242
with:
4343
activate-environment: true
4444
enable-cache: true
@@ -148,7 +148,7 @@ jobs:
148148
python-version: ["3.11", "3.12", "3.13"]
149149

150150
steps:
151-
- uses: actions/checkout@v4
151+
- uses: actions/checkout@v5
152152
with:
153153
persist-credentials: false
154154

@@ -159,7 +159,7 @@ jobs:
159159
check-latest: true
160160

161161
- name: Install uv
162-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
162+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
163163
with:
164164
activate-environment: true
165165
enable-cache: true
@@ -258,10 +258,10 @@ jobs:
258258
strategy:
259259
matrix:
260260
os: [ windows-latest ]
261-
python-version: ["3.11", "3.12", "3.13"]
261+
python-version: ["3.11", "3.12", "3.13.6"]
262262

263263
steps:
264-
- uses: actions/checkout@v4
264+
- uses: actions/checkout@v5
265265
with:
266266
persist-credentials: false
267267

@@ -271,7 +271,7 @@ jobs:
271271
python-version: ${{ matrix.python-version }}
272272

273273
- name: Install uv
274-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
274+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
275275
with:
276276
activate-environment: true
277277
enable-cache: true
@@ -351,7 +351,7 @@ jobs:
351351
mypy-version-check:
352352
runs-on: ubuntu-22.04
353353
steps:
354-
- uses: actions/checkout@v4
354+
- uses: actions/checkout@v5
355355
with:
356356
persist-credentials: false
357357

@@ -368,7 +368,7 @@ jobs:
368368
pre-commit:
369369
runs-on: ubuntu-22.04
370370
steps:
371-
- uses: actions/checkout@v4
371+
- uses: actions/checkout@v5
372372
with:
373373
persist-credentials: false
374374

@@ -380,7 +380,7 @@ jobs:
380380
docs-check:
381381
runs-on: ubuntu-22.04
382382
steps:
383-
- uses: actions/checkout@v4
383+
- uses: actions/checkout@v5
384384
with:
385385
persist-credentials: false
386386

@@ -411,7 +411,7 @@ jobs:
411411
# Run pytest with "live" checks
412412
runs-on: ubuntu-24.04
413413
steps:
414-
- uses: actions/checkout@v4
414+
- uses: actions/checkout@v5
415415
with:
416416
persist-credentials: false
417417

@@ -421,7 +421,7 @@ jobs:
421421
python-version: "3.12"
422422

423423
- name: Install uv
424-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
424+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0
425425
with:
426426
activate-environment: true
427427
enable-cache: true
@@ -484,7 +484,7 @@ jobs:
484484
runs-on: ubuntu-22.04
485485

486486
steps:
487-
- uses: actions/checkout@v4
487+
- uses: actions/checkout@v5
488488
with:
489489
persist-credentials: false
490490

@@ -531,7 +531,7 @@ jobs:
531531
id-token: write
532532

533533
steps:
534-
- uses: actions/checkout@v4
534+
- uses: actions/checkout@v5
535535
with:
536536
persist-credentials: false
537537

@@ -560,7 +560,7 @@ jobs:
560560
id-token: write
561561

562562
steps:
563-
- uses: actions/checkout@v4
563+
- uses: actions/checkout@v5
564564
with:
565565
persist-credentials: false
566566

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Deploy Docs through mike
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
persist-credentials: true
2525

.github/workflows/devcontainer-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
packages: write
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
persist-credentials: false
3030
- name: Login to GitHub Container Registry

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.repository == 'freqtrade/freqtrade'
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
persist-credentials: false
3333

@@ -84,7 +84,7 @@ jobs:
8484
if: github.repository == 'freqtrade/freqtrade'
8585

8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8888
with:
8989
persist-credentials: false
9090

.github/workflows/docker-update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
dockerHubDescription:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
persist-credentials: false
1717

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
auto-update:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
persist-credentials: false
1919

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
# actions: read # only needed for private repos
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
2525
with:
2626
persist-credentials: false
2727

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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- types-tabulate==0.9.0.20241207
3333
- types-python-dateutil==2.9.0.20250809
3434
- scipy-stubs==1.16.1.0
35-
- SQLAlchemy==2.0.42
35+
- SQLAlchemy==2.0.43
3636
# stages: [push]
3737

3838
- repo: https://github.com/pycqa/isort
@@ -44,7 +44,7 @@ repos:
4444

4545
- repo: https://github.com/charliermarsh/ruff-pre-commit
4646
# Ruff version.
47-
rev: 'v0.12.8'
47+
rev: 'v0.12.9'
4848
hooks:
4949
- id: ruff
5050
- id: ruff-format
@@ -83,6 +83,6 @@ repos:
8383

8484
# Ensure github actions remain safe
8585
- repo: https://github.com/woodruffw/zizmor-pre-commit
86-
rev: v1.11.0
86+
rev: v1.12.1
8787
hooks:
8888
- id: zizmor

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.6-slim-bookworm AS base
1+
FROM python:3.13.7-slim-bookworm AS base
22

33
# Setup env
44
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)