Skip to content

[pull] develop from freqtrade:develop #1297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5b001ee
docs: trades space not included in default spaces
AchmadFathoni May 18, 2025
b181908
chore(deps-dev): bump the types group with 2 updates
dependabot[bot] May 19, 2025
8868b10
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] May 19, 2025
b640528
chore(deps): bump python-telegram-bot from 22.0 to 22.1
dependabot[bot] May 19, 2025
b044410
chore(deps-dev): bump ruff from 0.11.9 to 0.11.10
dependabot[bot] May 19, 2025
226f9b7
Merge pull request #11766 from AchmadFathoni/develop
xmatthias May 19, 2025
b0cc2a2
chore: slightly improve comment wording
xmatthias May 19, 2025
d8c6873
Merge pull request #11769 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias May 19, 2025
c74033d
chore: bump types for pre-commit
xmatthias May 19, 2025
c5c5cfb
Merge pull request #11771 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias May 19, 2025
6c8b39d
Merge pull request #11770 from freqtrade/dependabot/pip/develop/pytho…
xmatthias May 19, 2025
22fdf15
chore(deps): bump cryptography from 44.0.3 to 45.0.2
dependabot[bot] May 19, 2025
17fa2c9
Merge pull request #11768 from freqtrade/dependabot/pip/develop/types…
xmatthias May 19, 2025
8f71e45
Merge pull request #11775 from freqtrade/dependabot/pip/develop/crypt…
xmatthias May 19, 2025
c1f1639
chore(deps): bump ccxt from 4.4.80 to 4.4.82
dependabot[bot] May 19, 2025
837d006
Merge pull request #11774 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias May 19, 2025
b4a3ecc
chore(deps): bump sqlalchemy from 2.0.40 to 2.0.41
dependabot[bot] May 19, 2025
83c92f3
chore: Bump sqlalchemy in pre-commit
xmatthias May 19, 2025
c268f20
Merge pull request #11776 from freqtrade/dependabot/pip/develop/sqlal…
xmatthias May 19, 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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- types-requests==2.32.0.20250515
- types-tabulate==0.9.0.20241207
- types-python-dateutil==2.9.0.20250516
- SQLAlchemy==2.0.40
- SQLAlchemy==2.0.41
# stages: [push]

- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pandas-ta==0.3.14b
ccxt==4.4.82
cryptography==45.0.2
aiohttp==3.9.5
SQLAlchemy==2.0.40
SQLAlchemy==2.0.41
python-telegram-bot==22.1
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
Expand Down
Loading