Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
57d1e24
chore(deps-dev): bump pytest from 9.0.1 to 9.0.2 in the pytest group
dependabot[bot] Dec 15, 2025
293989f
chore(deps): bump fastapi from 0.123.0 to 0.124.0
dependabot[bot] Dec 15, 2025
1099fd2
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
dependabot[bot] Dec 15, 2025
5d25adf
chore(deps): bump stable-baselines3 from 2.7.0 to 2.7.1
dependabot[bot] Dec 15, 2025
484b3ff
chore(deps): bump orjson from 3.11.4 to 3.11.5
dependabot[bot] Dec 15, 2025
c20f511
chore(deps): bump pymdown-extensions from 10.17.2 to 10.18
dependabot[bot] Dec 15, 2025
7dc0d5d
chore(deps-dev): bump ruff from 0.14.7 to 0.14.8
dependabot[bot] Dec 15, 2025
03b5cdb
Merge pull request #12624 from freqtrade/dependabot/pip/develop/pymdo…
xmatthias Dec 15, 2025
968a9a3
Merge pull request #12625 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Dec 15, 2025
6d3dac8
Merge pull request #12618 from freqtrade/dependabot/pip/develop/pytes…
xmatthias Dec 15, 2025
b8defa5
Merge pull request #12622 from freqtrade/dependabot/pip/develop/stabl…
xmatthias Dec 15, 2025
715ef21
Merge pull request #12621 from freqtrade/dependabot/github_actions/de…
xmatthias Dec 15, 2025
67850fd
Merge pull request #12623 from freqtrade/dependabot/pip/develop/orjso…
xmatthias Dec 15, 2025
551831c
Merge pull request #12620 from freqtrade/dependabot/pip/develop/fasta…
xmatthias Dec 15, 2025
c0d40a0
chore(deps): bump python-rapidjson from 1.22 to 1.23
dependabot[bot] Dec 15, 2025
8c62816
Merge pull request #12619 from freqtrade/dependabot/pip/develop/pytho…
xmatthias Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/binance-lev-tier-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment:
name: develop
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
name: "Mypy Version Check"
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand All @@ -195,7 +195,7 @@ jobs:
name: "Pre-commit checks"
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand All @@ -208,7 +208,7 @@ jobs:
name: "Documentation build"
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
name: "Tests and Linting - Online tests"
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
with:
jobs: ${{ toJSON(needs) }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Deploy Docs through mike
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
- name: Login to GitHub Container Registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.repository == 'freqtrade/freqtrade'

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
if: github.repository == 'freqtrade/freqtrade'

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# actions: read # only needed for private repos
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ markdown==3.10
mkdocs==1.6.1
mkdocs-material==9.7.0
mdx_truly_sane_lists==1.3
pymdown-extensions==10.17.2
pymdown-extensions==10.18
jinja2==3.1.6
mike==2.1.3
2 changes: 1 addition & 1 deletion ft_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Requirements for freqtrade client library
requests==2.32.5
python-rapidjson==1.22
python-rapidjson==1.23
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
-r requirements-freqai-rl.txt
-r docs/requirements-docs.txt

ruff==0.14.7
ruff==0.14.8
mypy==1.19.0
pre-commit==4.5.0
pytest==9.0.1
pytest==9.0.2
pytest-asyncio==1.3.0
pytest-cov==7.0.0
pytest-mock==3.15.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-freqai-rl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
torch==2.9.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==1.2.2
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
stable_baselines3==2.7.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
stable_baselines3==2.7.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
sb3_contrib>=2.2.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
# Progress bar for stable-baselines3 and sb3-contrib
tqdm==4.67.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ pyarrow==22.0.0; platform_machine != 'armv7l'


# Load ticker files 30% faster
python-rapidjson==1.22
python-rapidjson==1.23
# Properly format api responses
orjson==3.11.4
orjson==3.11.5

# Notify systemd
sdnotify==0.3.2

# API Server
fastapi==0.123.0
fastapi==0.124.0
pydantic==2.12.5
uvicorn==0.38.0
pyjwt==2.10.1
Expand Down
Loading