mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-06 14:20:24 +00:00
Bumps the pytest group with 2 updates: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `pytest-asyncio` from 0.26.0 to 1.0.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.0.0) Updates `pytest-cov` from 6.1.1 to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
689 B
Plaintext
32 lines
689 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
-r requirements-plot.txt
|
|
-r requirements-hyperopt.txt
|
|
-r requirements-freqai.txt
|
|
-r requirements-freqai-rl.txt
|
|
-r docs/requirements-docs.txt
|
|
|
|
ruff==0.11.13
|
|
mypy==1.16.0
|
|
pre-commit==4.2.0
|
|
pytest==8.4.0
|
|
pytest-asyncio==1.0.0
|
|
pytest-cov==6.2.1
|
|
pytest-mock==3.14.1
|
|
pytest-random-order==1.1.1
|
|
pytest-timeout==2.4.0
|
|
pytest-xdist==3.7.0
|
|
isort==6.0.1
|
|
# For datetime mocking
|
|
time-machine==2.16.0
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
|
nbconvert==7.16.6
|
|
|
|
# mypy types
|
|
types-cachetools==6.0.0.20250525
|
|
types-filelock==3.2.7
|
|
types-requests==2.32.0.20250602
|
|
types-tabulate==0.9.0.20241207
|
|
types-python-dateutil==2.9.0.20250516
|