Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
dd84b8a
chore(deps-dev): bump mypy from 2.3.0 to 2.3.1
dependabot[bot] Aug 24, 2026
1ef4b20
chore(deps): bump sqlalchemy from 2.0.51 to 2.0.52
dependabot[bot] Aug 24, 2026
2b54bc4
chore(deps): bump uvicorn from 0.52.1 to 0.52.3
dependabot[bot] Aug 24, 2026
30ae2c1
chore(deps): Apply pre-commit types update
freqtrade-bot Aug 24, 2026
7ae57e1
chore(deps): bump ccxt from 4.5.74 to 4.5.75
dependabot[bot] Aug 24, 2026
cfa58f8
chore(deps): bump filelock from 3.32.2 to 3.32.3
dependabot[bot] Aug 24, 2026
4c7af70
chore(deps): bump docker/setup-buildx-action in the docker group
dependabot[bot] Aug 24, 2026
78841fa
chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1
dependabot[bot] Aug 24, 2026
9885af0
Merge pull request #13483 from freqtrade/dependabot/pip/develop/mypy-…
xmatthias Aug 24, 2026
d835c06
Merge pull request #13488 from freqtrade/dependabot/pip/develop/filel…
xmatthias Aug 24, 2026
2a8a2cb
Merge pull request #13487 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Aug 24, 2026
b033dc6
Merge pull request #13485 from freqtrade/dependabot/pip/develop/uvico…
xmatthias Aug 24, 2026
8cc4d80
Merge pull request #13484 from freqtrade/dependabot/pip/develop/sqlal…
xmatthias Aug 24, 2026
2e332ea
Merge pull request #13489 from freqtrade/dependabot/github_actions/de…
xmatthias Aug 24, 2026
b00f58d
Merge pull request #13490 from freqtrade/dependabot/github_actions/de…
xmatthias Aug 24, 2026
70dfd76
chore(deps-dev): bump ruff from 0.16.2 to 0.16.3
dependabot[bot] Aug 24, 2026
e8efc5b
Merge pull request #13486 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Aug 24, 2026
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 @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
enable-cache: false
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
persist-credentials: false

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
enable-cache: true # zizmor: ignore[cache-poisoning] - this job is not used for release builds
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
persist-credentials: false

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
python-version: "3.13"
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
./tests/test_docs.sh

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
python-version: "3.13"
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
persist-credentials: false

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
enable-cache: true # zizmor: ignore[cache-poisoning] - this job is not used for release builds
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
persist-credentials: false

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
python-version: "${{ matrix.python-version }}"
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 @@ -27,7 +27,7 @@ jobs:
persist-credentials: true

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
python-version: '3.13'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c #v4.2.0
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e #v4.3.0

- name: Available platforms
run: echo ${PLATFORMS}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-types-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: ${{ github.head_ref || github.ref }}

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
python-version: "3.13"
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 @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Install uv and Python 🐍
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
activate-environment: true
python-version: "3.13"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- types-tabulate==0.10.0.20260508
- types-python-dateutil==2.9.0.20260807
- scipy-stubs==1.17.1.5
- SQLAlchemy==2.0.51
- SQLAlchemy==2.0.52
# stages: [push]

- repo: https://github.com/charliermarsh/ruff-pre-commit
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
-r requirements-freqai-rl.txt
-r docs/requirements-docs.txt

ruff==0.16.2
mypy==2.3.0
ruff==0.16.3
mypy==2.3.1
pre-commit==4.6.2
pytest==9.1.1
pytest-asyncio==1.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-hyperopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

# Required for hyperopt
scikit-learn==1.9.0
filelock==3.32.2
filelock==3.32.3
optuna==4.9.0
cmaes==0.13.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ft-pandas-ta==0.3.16
ta-lib==0.7.1
technical==1.7.0

ccxt==4.5.74
ccxt==4.5.75
cryptography==50.0.0
aiohttp==3.14.3
SQLAlchemy==2.0.51
SQLAlchemy==2.0.52
python-telegram-bot==22.8
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
Expand Down Expand Up @@ -40,7 +40,7 @@ sdnotify==0.3.2
# API Server
fastapi==0.141.1
pydantic==2.13.4
uvicorn==0.52.1
uvicorn==0.52.3
pyjwt==2.13.0
aiofiles==25.1.0
psutil==7.2.2
Expand Down
Loading