Skip to content

deps(backend): update freqtrade requirement from >=2023.12 to >=2026.4 in /backend - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/freqtrade-gte-2026.4
Open

deps(backend): update freqtrade requirement from >=2023.12 to >=2026.4 in /backend#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/freqtrade-gte-2026.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown

Updates the requirements on freqtrade to permit the latest version.

Release notes

Sourced from freqtrade's releases.

2026.4

Highlighted changes

  • Add daily wallet balance history (including re-filling for existing history if possible).
  • Updated backtest reports to additionally show balance based metrics (which includes unrealized profits).
  • Add support for "Demo mode" for Bybit.
  • freqAI: Tensorboard support for LightGBM models.
  • Improved shutdown behavior - which should speed up clean shutdowns in certain scenarios.
  • Add support for python 3.14 in setup scripts.
  • Update Dockerfile to 3.14.

Sponsor

You can sponsor the work on freqtrade via the following links:

How to update

As always, you can update your bot using one of the following commands:

docker-compose

docker-compose pull
docker-compose up -d

Installation via setup script

# Deactivate venv and run 
./setup.sh --update

Plain native installation

git pull
pip install -U -r requirements.txt
d460eef57 chore: bump version to 2026.4
ad8dc57e9 chore: update binance leverage tiers
</tr></table> 

... (truncated)

Commits
  • 281ba60 Merge pull request #13106 from freqtrade/new_release
  • d460eef chore: bump version to 2026.4
  • 6c2cd96 Merge branch 'stable' into new_release
  • 2ea4c4d Merge pull request #13105 from freqtrade/update/binance-leverage-tiers
  • ad8dc57 chore: update binance leverage tiers
  • dd970f2 fix: rate can be None in balance migration
  • 63819fa test: update test for unwatch_ohlcv adjustment
  • bfe0586 feat: implement unwatchOHLCV
  • 14d6610 Merge pull request #13104 from freqtrade/update/pre-commit-hooks
  • afc00c5 chore: update pre-commit hooks
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [freqtrade](https://github.com/freqtrade/freqtrade) to permit the latest version.
- [Release notes](https://github.com/freqtrade/freqtrade/releases)
- [Commits](freqtrade/freqtrade@2023.12...2026.4)

---
updated-dependencies:
- dependency-name: freqtrade
  dependency-version: '2026.4'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants