31937 Commits

Author SHA1 Message Date
dependabot[bot] cf5ba35bb0 chore(deps-dev): bump ruff from 0.15.10 to 0.15.11
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.10 to 0.15.11.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.10...0.15.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:04:07 +00:00
dependabot[bot] 668f7b7e9c chore(deps): bump devcontainers/ci from 0.3.1900000417 to 0.3.1900000449
Bumps [devcontainers/ci](https://github.com/devcontainers/ci) from 0.3.1900000417 to 0.3.1900000449.
- [Release notes](https://github.com/devcontainers/ci/releases)
- [Commits](https://github.com/devcontainers/ci/compare/8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6...b63b30de439b47a52267f241112c5b453b673db5)

---
updated-dependencies:
- dependency-name: devcontainers/ci
  dependency-version: 0.3.1900000449
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:04:06 +00:00
dependabot[bot] e2879f11f5 chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:03:57 +00:00
dependabot[bot] 700d4ea2ff chore(deps): bump packaging from 26.0 to 26.1
Bumps [packaging](https://github.com/pypa/packaging) from 26.0 to 26.1.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/26.0...26.1)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:03:47 +00:00
dependabot[bot] 1f94154220 chore(deps): bump fastapi from 0.135.3 to 0.136.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.3 to 0.136.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.135.3...0.136.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.136.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:03:37 +00:00
dependabot[bot] 14ee96172a chore(deps): update sb3-contrib requirement from >=2.2.1 to >=2.8.0
Updates the requirements on [sb3-contrib](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib) to permit the latest version.
- [Release notes](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/releases)
- [Commits](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/compare/v2.2.1...v2.8.0)

---
updated-dependencies:
- dependency-name: sb3-contrib
  dependency-version: 2.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:03:23 +00:00
dependabot[bot] 159bde944b chore(deps-dev): bump scipy-stubs in the scipy group
Bumps the scipy group with 1 update: [scipy-stubs](https://github.com/scipy/scipy-stubs).


Updates `scipy-stubs` from 1.17.1.3 to 1.17.1.4
- [Release notes](https://github.com/scipy/scipy-stubs/releases)
- [Commits](https://github.com/scipy/scipy-stubs/compare/v1.17.1.3...v1.17.1.4)

---
updated-dependencies:
- dependency-name: scipy-stubs
  dependency-version: 1.17.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: scipy
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 03:03:14 +00:00
Matthias 0a49903695 test: update bitget test for lev_prep adjustment 2026-04-26 09:07:02 +02:00
Matthias e5f7d0cbb4 fix: bitget should set margin mode explicitly
Without this, leverage may be set on the wrong margin mode.
the leverage endpoint doesn't allow setting margin mode,
so we must control this manually.
2026-04-26 09:05:58 +02:00
Matthias f17e383157 test: add tests for get_ohlcv and ohlcvs 2026-04-25 13:09:34 +02:00
Matthias 093cc74774 refactor: make klines_last_refresh private 2026-04-25 12:49:31 +02:00
Matthias c34cd6a7dd refactor: don't use exchange_ws internal variables 2026-04-25 12:48:56 +02:00
Matthias 17678f1819 refactor: make klines_last_request private 2026-04-25 08:48:46 +02:00
Matthias 057c51b0cd test: improve tests 2026-04-25 08:47:28 +02:00
Matthias 0858b82d3e chore: add locks to exchange_ws key variables 2026-04-25 08:46:49 +02:00
Matthias 5e624d658f test: add test for startup concurrency 2026-04-25 08:37:19 +02:00
Matthias 3949efadfe chore: improve exchange_ws startup safety 2026-04-25 08:37:09 +02:00
Matthias af1de46cd4 chore: fix minor typos 2026-04-24 18:24:31 +02:00
Matthias 9d0fb9b025 test: add explicit test for continuous_stopped handling 2026-04-24 07:08:48 +02:00
Matthias 6d096c20b0 test: add test for exchange_ws reset connection details 2026-04-24 07:06:07 +02:00
Matthias 05c3360892 chore: harden ws stop cleanup 2026-04-24 06:37:05 +02:00
Matthias f9be1ac82c chore: ignore ws shutdown network errors 2026-04-24 06:33:04 +02:00
Matthias 8e9d193791 chore: improved shutdown wording 2026-04-24 06:32:55 +02:00
Matthias cdc01122d5 chore: improve ws shutdown 2026-04-24 06:32:55 +02:00
Matthias a625cbecff chore: improve shutdown for exchange_ws 2026-04-24 06:32:55 +02:00
Matthias 2e4b92ea6c Merge pull request #13083 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2026-04-23 06:33:59 +02:00
Freqtrade Bot f2f17f6d7b chore: update binance leverage tiers 2026-04-23 03:36:46 +00:00
Matthias 3e3436e432 test: add explicit test for db_migration 2026-04-21 07:17:32 +02:00
Matthias 9dfbe8cf63 refactor: move db-migration to persistence 2026-04-21 07:17:05 +02:00
Matthias 85af9dd3fc fix: migrate wallet_history table 2026-04-21 07:16:39 +02:00
Matthias 72f9e9a051 test: update test for wallet-history_id column 2026-04-21 07:15:20 +02:00
Matthias 2549808b52 fix: add wallet_history_id to set_sequence_id logic 2026-04-21 07:15:20 +02:00
Matthias ef1e81f514 Merge pull request #13081 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2026-04-21 06:52:10 +02:00
Matthias eabaef0da2 fix(ci): align action version comment 2026-04-21 06:39:00 +02:00
Matthias f78e9c9014 chore: bump ccxt to 4.5.50 2026-04-21 06:34:28 +02:00
Freqtrade Bot ab6f3b8222 chore: update pre-commit hooks 2026-04-21 04:02:06 +00:00
Matthias 3e42dfff13 Merge pull request #13066 from ABSllk/fix-bitget-stoploss
Add pos_loss for Bitget futures stoploss cancellation
2026-04-20 20:55:31 +02:00
Matthias af2e741465 test: add test for bitget stoploss canceling 2026-04-20 20:03:58 +02:00
Matthias 0fa3459271 Merge pull request #13069 from freqtrade/dependabot/pip/develop/types-1f2dda44ba
chore(deps-dev): bump the types group across 1 directory with 4 updates
2026-04-20 07:18:36 +02:00
Matthias ba3d29b100 Merge pull request #13072 from freqtrade/dependabot/pip/develop/ruff-0.15.10
chore(deps-dev): bump ruff from 0.15.9 to 0.15.10
2026-04-20 07:08:30 +02:00
Matthias d1132d2b13 Merge pull request #13074 from freqtrade/dependabot/github_actions/develop/peter-evans/create-pull-request-8.1.1
chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1
2026-04-20 07:07:10 +02:00
Matthias 0850f048e7 chore: align pre-commit-config type versions 2026-04-20 06:38:13 +02:00
Matthias 56f6da9026 Merge pull request #13080 from freqtrade/dependabot/pip/develop/ccxt-4.5.49
chore(deps): bump ccxt from 4.5.48 to 4.5.49
2026-04-20 06:34:05 +02:00
Matthias 470a7bf285 Merge pull request #13079 from freqtrade/dependabot/pip/develop/uvicorn-0.44.0
chore(deps): bump uvicorn from 0.43.0 to 0.44.0
2026-04-20 06:32:39 +02:00
Matthias c16a951555 Merge pull request #13078 from freqtrade/dependabot/pip/develop/rich-15.0.0
chore(deps): bump rich from 14.3.3 to 15.0.0
2026-04-20 06:32:14 +02:00
dependabot[bot] 0013b3639d chore(deps-dev): bump the types group with 4 updates
Bumps the types group with 4 updates: [types-cachetools](https://github.com/python/typeshed), [types-requests](https://github.com/python/typeshed), [types-tabulate](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed).


Updates `types-cachetools` from 6.2.0.20260317 to 6.2.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-requests` from 2.33.0.20260402 to 2.33.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-tabulate` from 0.10.0.20260308 to 0.10.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-python-dateutil` from 2.9.0.20260402 to 2.9.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-cachetools
  dependency-version: 6.2.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: types-requests
  dependency-version: 2.33.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: types-tabulate
  dependency-version: 0.10.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 04:32:07 +00:00
Matthias fdf182df55 Merge pull request #13070 from freqtrade/dependabot/github_actions/develop/actions-4684ddd577
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 in the actions group
2026-04-20 06:31:45 +02:00
dependabot[bot] f3d227270e chore(deps-dev): bump ruff from 0.15.9 to 0.15.10
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.10.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.9...0.15.10)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 04:31:41 +00:00
Matthias c1a8b5520a Merge pull request #13071 from freqtrade/dependabot/pip/develop/nbconvert-7.17.1
chore(deps-dev): bump nbconvert from 7.17.0 to 7.17.1
2026-04-20 06:31:18 +02:00
Matthias d4a6fbc7c0 Merge pull request #13077 from freqtrade/dependabot/pip/develop/build-1.4.3
chore(deps-dev): bump build from 1.4.2 to 1.4.3
2026-04-20 06:30:40 +02:00