Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ffaf648
chore(deps-dev): bump pytest-asyncio in the pytest group
dependabot[bot] Jan 13, 2025
2a1144c
chore(deps): bump stable-baselines3 from 2.4.0 to 2.4.1
dependabot[bot] Jan 13, 2025
ca61537
chore(deps): bump sqlalchemy from 2.0.36 to 2.0.37
dependabot[bot] Jan 13, 2025
0e5f072
chore(deps): bump pydantic from 2.10.4 to 2.10.5
dependabot[bot] Jan 13, 2025
fb09d4c
chore(deps): bump ccxt from 4.4.46 to 4.4.47
dependabot[bot] Jan 13, 2025
a8dc533
chore(deps): bump scikit-learn from 1.6.0 to 1.6.1
dependabot[bot] Jan 13, 2025
e987858
chore(deps): bump pymdown-extensions from 10.13 to 10.14
dependabot[bot] Jan 13, 2025
c52a07f
Merge pull request #11225 from freqtrade/dependabot/pip/develop/pytes…
xmatthias Jan 13, 2025
f7c94f7
Merge pull request #11233 from freqtrade/dependabot/pip/develop/sciki…
xmatthias Jan 13, 2025
15a99b0
Merge pull request #11228 from freqtrade/dependabot/pip/develop/pydan…
xmatthias Jan 13, 2025
ea649fb
Merge pull request #11234 from freqtrade/dependabot/pip/develop/pymdo…
xmatthias Jan 13, 2025
039bffb
Merge pull request #11232 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Jan 13, 2025
f428e81
chore(deps): bump scipy from 1.15.0 to 1.15.1
dependabot[bot] Jan 13, 2025
6addab2
chore: update sqlalchemy in pre-commit
xmatthias Jan 13, 2025
16ef348
chore: improve docstring
xmatthias Jan 12, 2025
5356fc3
Merge pull request #11226 from freqtrade/dependabot/pip/develop/stabl…
xmatthias Jan 13, 2025
35f914a
Merge pull request #11229 from freqtrade/dependabot/pip/develop/scipy…
xmatthias Jan 13, 2025
2e482fb
Merge pull request #11227 from freqtrade/dependabot/pip/develop/sqlal…
xmatthias Jan 13, 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 @@ -19,7 +19,7 @@ repos:
- types-requests==2.32.0.20241016
- types-tabulate==0.9.0.20241207
- types-python-dateutil==2.9.0.20241206
- SQLAlchemy==2.0.36
- SQLAlchemy==2.0.37
# stages: [push]

- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ markdown==3.7
mkdocs==1.6.1
mkdocs-material==9.5.49
mdx_truly_sane_lists==1.3
pymdown-extensions==10.13
pymdown-extensions==10.14
jinja2==3.1.5
mike==2.1.3
2 changes: 2 additions & 0 deletions freqtrade/optimize/backtesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,8 @@ def time_pair_generator(
):
"""
Backtest time and pair generator
:returns: generator of (current_time, pair, is_first)
where is_first is True for the first pair of each new candle
"""
current_time = start_date + increment
self.progress.init_step(
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ruff==0.8.6
mypy==1.14.1
pre-commit==4.0.1
pytest==8.3.4
pytest-asyncio==0.25.1
pytest-asyncio==0.25.2
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-random-order==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-freqai-rl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
torch==2.5.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==0.29.1
stable_baselines3==2.4.0
stable_baselines3==2.4.1
sb3_contrib>=2.2.1
# Progress bar for stable-baselines3 and sb3-contrib
tqdm==4.67.1
2 changes: 1 addition & 1 deletion requirements-freqai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r requirements-plot.txt

# Required for freqai
scikit-learn==1.6.0
scikit-learn==1.6.1
joblib==1.4.2
catboost==1.2.7; 'arm' not in platform_machine
lightgbm==4.5.0
Expand Down
4 changes: 2 additions & 2 deletions requirements-hyperopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r requirements.txt

# Required for hyperopt
scipy==1.15.0
scikit-learn==1.6.0
scipy==1.15.1
scikit-learn==1.6.1
ft-scikit-optimize==0.9.2
filelock==3.16.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ bottleneck==1.4.2
numexpr==2.10.2
pandas-ta==0.3.14b

ccxt==4.4.46
ccxt==4.4.47
cryptography==42.0.8; platform_machine == 'armv7l'
cryptography==44.0.0; platform_machine != 'armv7l'
aiohttp==3.10.11
SQLAlchemy==2.0.36
SQLAlchemy==2.0.37
python-telegram-bot==21.10
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
Expand Down Expand Up @@ -39,7 +39,7 @@ sdnotify==0.3.2

# API Server
fastapi==0.115.6
pydantic==2.10.4
pydantic==2.10.5
uvicorn==0.34.0
pyjwt==2.10.1
aiofiles==24.1.0
Expand Down
Loading