Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
68836cb
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Nov 10, 2025
c6bf0e1
chore(deps): bump plotly from 6.3.1 to 6.4.0
dependabot[bot] Nov 10, 2025
f22feb7
chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0
dependabot[bot] Nov 10, 2025
728d2c9
chore(deps): bump psutil from 7.1.2 to 7.1.3
dependabot[bot] Nov 10, 2025
0eb206c
chore(deps-dev): bump ruff from 0.14.2 to 0.14.3
dependabot[bot] Nov 10, 2025
7189c0f
chore(deps): bump pydantic from 2.12.3 to 2.12.4
dependabot[bot] Nov 10, 2025
40b9a83
chore(deps): bump gymnasium from 1.2.1 to 1.2.2
dependabot[bot] Nov 10, 2025
35fb598
chore(deps): bump markdown from 3.9 to 3.10
dependabot[bot] Nov 10, 2025
73f91ea
chore(deps): bump ccxt from 4.5.16 to 4.5.17
dependabot[bot] Nov 10, 2025
d5613cf
Merge pull request #12492 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Nov 10, 2025
82309c3
Merge pull request #12494 from freqtrade/dependabot/github_actions/de…
xmatthias Nov 10, 2025
9e89ba6
Merge pull request #12495 from freqtrade/dependabot/pip/develop/psuti…
xmatthias Nov 10, 2025
7f32ce4
Merge pull request #12496 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Nov 10, 2025
3aed562
Merge pull request #12497 from freqtrade/dependabot/pip/develop/pydan…
xmatthias Nov 10, 2025
3af9089
Merge pull request #12499 from freqtrade/dependabot/pip/develop/gymna…
xmatthias Nov 10, 2025
bed9342
Merge pull request #12493 from freqtrade/dependabot/pip/develop/plotl…
xmatthias Nov 10, 2025
5970881
Merge pull request #12500 from freqtrade/dependabot/pip/develop/markd…
xmatthias Nov 10, 2025
9fa9f08
chore: remove coincurve - ccxt depends directly on it
xmatthias Nov 10, 2025
625629b
chore(deps): bump fastapi from 0.120.2 to 0.121.0
dependabot[bot] Nov 10, 2025
ed65b01
Merge pull request #12501 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Nov 10, 2025
179a5ba
Merge pull request #12498 from freqtrade/dependabot/pip/develop/fasta…
xmatthias Nov 10, 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/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up QEMU
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
with:
cache-image: false

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
markdown==3.9
markdown==3.10
mkdocs==1.6.1
mkdocs-material==9.6.22
mkdocs-material==9.6.23
mdx_truly_sane_lists==1.3
pymdown-extensions==10.16.1
jinja2==3.1.6
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-r requirements-freqai-rl.txt
-r docs/requirements-docs.txt

ruff==0.14.2
ruff==0.14.3
mypy==1.18.2
pre-commit==4.3.0
pytest==8.4.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-freqai-rl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Required for freqai-rl
torch==2.9.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==1.2.1
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'
sb3_contrib>=2.2.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
Expand Down
2 changes: 1 addition & 1 deletion requirements-plot.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Include all requirements to run the bot.
-r requirements.txt

plotly==6.3.1
plotly==6.4.0
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ ft-pandas-ta==0.3.16
ta-lib==0.6.8
technical==1.5.3

ccxt==4.5.16
# for fast ECDSA signatures/verification
coincurve==21.0.0
ccxt==4.5.17
cryptography==46.0.3
aiohttp==3.13.2
SQLAlchemy==2.0.44
Expand Down Expand Up @@ -39,12 +37,12 @@ orjson==3.11.4
sdnotify==0.3.2

# API Server
fastapi==0.120.2
pydantic==2.12.3
fastapi==0.121.0
pydantic==2.12.4
uvicorn==0.38.0
pyjwt==2.10.1
aiofiles==25.1.0
psutil==7.1.2
psutil==7.1.3

# Building config files interactively
questionary==2.1.1
Expand Down
Loading