Matthias
606f3b7dfe
Merge pull request #13181 from freqtrade/dependabot/pip/develop/requests-2.34.2
...
chore(deps): bump requests from 2.33.1 to 2.34.2
2026-05-25 09:53:35 +02:00
Matthias
2d9b13e65a
Merge pull request #13180 from freqtrade/dependabot/pip/develop/mypy-2.1.0
...
chore(deps-dev): bump mypy from 2.0.0 to 2.1.0
2026-05-25 09:40:04 +02:00
dependabot[bot]
1a476c4078
chore(deps): bump requests from 2.33.1 to 2.34.2
...
Bumps [requests](https://github.com/psf/requests ) from 2.33.1 to 2.34.2.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.34.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 07:14:52 +00:00
Matthias
7c8aeed806
Merge pull request #13183 from freqtrade/dependabot/pip/develop/numpy-2.4.5
...
chore(deps): bump numpy from 2.4.4 to 2.4.5
2026-05-25 08:42:59 +02:00
dependabot[bot]
bd706557bd
chore(deps-dev): bump mypy from 2.0.0 to 2.1.0
...
Bumps [mypy](https://github.com/python/mypy ) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 2.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 06:38:34 +00:00
Matthias
d657a9760a
Merge pull request #13178 from freqtrade/dependabot/pip/develop/cachetools-7.1.2
...
chore(deps): bump cachetools from 7.1.1 to 7.1.2
2026-05-25 08:38:06 +02:00
Matthias
0333e7e227
Merge pull request #13184 from freqtrade/dependabot/github_actions/develop/codecov/codecov-action-6.0.1
...
chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1
2026-05-25 08:24:23 +02:00
dependabot[bot]
90945675bc
chore(deps): bump numpy from 2.4.4 to 2.4.5
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.4.4...v2.4.5 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.4.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 06:22:25 +00:00
Matthias
d3713cbf09
fix: typo
2026-05-25 08:21:21 +02:00
Matthias
9003d5e9e0
fix: disable failing okx live test
2026-05-25 08:19:34 +02:00
dependabot[bot]
7b197aa974
chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/57e3a136b779b570ffcdbf80b3bdc90e7fab3de2...e79a6962e0d4c0c17b229090214935d2e33f8354 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 03:25:14 +00:00
dependabot[bot]
ec65c88797
chore(deps): bump cachetools from 7.1.1 to 7.1.2
...
Bumps [cachetools](https://github.com/tkem/cachetools ) from 7.1.1 to 7.1.2.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tkem/cachetools/compare/v7.1.1...v7.1.2 )
---
updated-dependencies:
- dependency-name: cachetools
dependency-version: 7.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 03:24:40 +00:00
Matthias
ba6627cd13
chore: update schedule for pre-commit update
2026-05-24 08:59:54 +02:00
Matthias
22a6fdab13
Merge pull request #13161 from ducky-duke/fix/historic-balance-bot-managed-bool
...
fix: /api/v1/historic_balance returns 500 on MySQL/MariaDB backends
2026-05-23 20:58:58 +02:00
Matthias
580e5b945f
test: improve test for bot_balance from mariadb
2026-05-23 20:43:13 +02:00
Matthias
83649ab787
chore: revert unnecessary comment
2026-05-23 20:39:57 +02:00
Matthias
8165fd6310
Merge pull request #13166 from stash86/main-stash
...
add return type of check_delisting docs section
2026-05-22 17:07:52 +02:00
Stefano
6cf46338ef
add return type of check_delisting docs section
2026-05-22 16:53:27 +09:00
Matthias
0d84e80eb7
Merge pull request #13163 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
2026-05-21 06:30:27 +02:00
Freqtrade Bot
476abf80cc
chore: update binance leverage tiers
2026-05-21 03:38:09 +00:00
ducky-duke
a03ebc8472
fix: coerce bot_managed to bool in _rpc_get_historic_balance
...
read_sql may return the wallet_history `bot_managed` Boolean column as an
integer dtype (e.g. MySQL/MariaDB TINYINT). results.loc[results["bot_managed"]]
then does label-based indexing instead of boolean masking, raising a KeyError
on GET /api/v1/historic_balance (HTTP 500). Coerce with .astype(bool).
2026-05-20 17:57:59 +07:00
Matthias
1182c03b73
Merge pull request #13160 from freqtrade/dependabot/pip/pymdown-extensions-10.21.3
...
chore(deps): bump pymdown-extensions from 10.21.2 to 10.21.3
2026-05-20 06:31:34 +02:00
Matthias
2152fd7325
chore: temporarily decrase cooldown for pymdown
2026-05-20 06:16:15 +02:00
dependabot[bot]
c7f84403d8
chore(deps): bump pymdown-extensions from 10.21.2 to 10.21.3
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.21.2 to 10.21.3.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21.2...10.21.3 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: 10.21.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-19 21:43:30 +00:00
Matthias
6dcea8bac1
Merge pull request #13158 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2026-05-19 06:44:17 +02:00
Matthias
217a71b834
chore: temporarily revert the zizmor pre-commit update
2026-05-19 06:31:07 +02:00
Freqtrade Bot
cf578a4b76
chore: update pre-commit hooks
2026-05-19 04:17:16 +00:00
Matthias
f645d3e21a
fix: live pair data must respect end-date
2026-05-18 18:25:14 +02:00
Matthias
9c480b4f4d
chore: remove urlilb3 newer exclusion
2026-05-18 18:00:52 +02:00
Matthias
3a714cef14
Merge pull request #13154 from freqtrade/dependabot/pip/develop/ccxt-4.5.54
...
chore(deps): bump ccxt from 4.5.52 to 4.5.54
2026-05-18 06:57:08 +02:00
Matthias
d67b54bcb5
chore(ci): work around powershell install failure
...
happens on northcentralus region (sometimes) ...
2026-05-18 06:34:13 +02:00
Matthias
9aebce306d
Merge pull request #13151 from freqtrade/dependabot/pip/develop/types-83c091f25c
...
chore(deps-dev): bump the types group with 3 updates
2026-05-18 06:26:57 +02:00
Matthias
8e7aed5013
Merge pull request #13157 from freqtrade/dependabot/pip/develop/pydantic-2.13.4
...
chore(deps): bump pydantic from 2.13.3 to 2.13.4
2026-05-18 06:21:45 +02:00
dependabot[bot]
4cee997d11
chore(deps): bump ccxt from 4.5.52 to 4.5.54
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.5.52 to 4.5.54.
- [Release notes](https://github.com/ccxt/ccxt/releases )
- [Commits](https://github.com/ccxt/ccxt/compare/v4.5.52...v4.5.54 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.5.54
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-18 04:21:17 +00:00
Matthias
806a11c63a
Merge pull request #13156 from freqtrade/dependabot/pip/develop/orjson-3.11.9
...
chore(deps): bump orjson from 3.11.8 to 3.11.9
2026-05-18 06:19:39 +02:00
Matthias
2e760ae1c5
Merge pull request #13155 from freqtrade/dependabot/pip/develop/mypy-2.0.0
...
chore(deps-dev): bump mypy from 1.20.2 to 2.0.0
2026-05-18 06:19:20 +02:00
Matthias
674b2c11bd
Merge pull request #13153 from freqtrade/dependabot/pip/develop/cryptography-48.0.0
...
chore(deps): bump cryptography from 47.0.0 to 48.0.0
2026-05-18 06:19:00 +02:00
Freqtrade Bot
5a5dae22d3
chore(deps): Apply pre-commit types update
2026-05-18 03:33:22 +00:00
dependabot[bot]
0a1498af2d
chore(deps): bump pydantic from 2.13.3 to 2.13.4
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.13.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-18 03:29:40 +00:00
dependabot[bot]
e8cdbf0a8e
chore(deps): bump orjson from 3.11.8 to 3.11.9
...
Bumps [orjson](https://github.com/ijl/orjson ) from 3.11.8 to 3.11.9.
- [Release notes](https://github.com/ijl/orjson/releases )
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ijl/orjson/compare/3.11.8...3.11.9 )
---
updated-dependencies:
- dependency-name: orjson
dependency-version: 3.11.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-18 03:29:32 +00:00
dependabot[bot]
c0ee618bd0
chore(deps-dev): bump mypy from 1.20.2 to 2.0.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.20.2 to 2.0.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.0.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 2.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-18 03:29:14 +00:00
dependabot[bot]
a4ed0a03f1
chore(deps): bump cryptography from 47.0.0 to 48.0.0
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 47.0.0 to 48.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/47.0.0...48.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 48.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-18 03:28:58 +00:00
dependabot[bot]
25d8d831ec
chore(deps-dev): bump the types group with 3 updates
...
Bumps the types group with 3 updates: [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-requests` from 2.33.0.20260503 to 2.33.0.20260508
- [Commits](https://github.com/python/typeshed/commits )
Updates `types-tabulate` from 0.10.0.20260408 to 0.10.0.20260508
- [Commits](https://github.com/python/typeshed/commits )
Updates `types-python-dateutil` from 2.9.0.20260408 to 2.9.0.20260508
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-version: 2.33.0.20260508
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
- dependency-name: types-tabulate
dependency-version: 0.10.0.20260508
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20260508
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-18 03:28:08 +00:00
Matthias
3d91223c2b
refactor: further improve hyper function wording
2026-05-17 20:17:43 +02:00
Matthias
875daac375
refactor: improve naming to reflect method functionality
2026-05-17 20:13:42 +02:00
Matthias
03fac42047
chore: fix docstring typo
2026-05-17 17:20:38 +02:00
Matthias
5bcc4fbf03
Merge pull request #13147 from freqtrade/dependabot/docker/python-3.14.5-slim-trixie
...
chore(deps): bump python from 3.14.3-slim-trixie to 3.14.5-slim-trixie
2026-05-15 06:31:31 +02:00
dependabot[bot]
0ea2258fa8
chore(deps): bump python from 3.14.3-slim-trixie to 3.14.5-slim-trixie
...
Bumps python from 3.14.3-slim-trixie to 3.14.5-slim-trixie.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14.5-slim-trixie
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-15 03:15:25 +00:00
Matthias
a0627aa2fc
docs: improve freqai docs formatting
2026-05-14 19:14:05 +02:00
Matthias
764b32a0cf
Merge pull request #13145 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
2026-05-14 06:21:48 +02:00