mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Bumps the pytest group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-mock](https://github.com/pytest-dev/pytest-mock). Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) Updates `pytest-cov` from 6.2.1 to 6.3.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v6.3.0) Updates `pytest-mock` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pytest - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest-mock dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
771 B
Plaintext
33 lines
771 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.12.12
|
|
mypy==1.17.1
|
|
pre-commit==4.3.0
|
|
pytest==8.4.2
|
|
pytest-asyncio==1.1.0
|
|
pytest-cov==6.3.0
|
|
pytest-mock==3.15.0
|
|
pytest-random-order==1.2.0
|
|
pytest-timeout==2.4.0
|
|
pytest-xdist==3.8.0
|
|
isort==6.0.1
|
|
# For datetime mocking
|
|
time-machine==2.19.0
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
|
nbconvert==7.16.6
|
|
|
|
# mypy types
|
|
scipy-stubs==1.16.1.1 # keep in sync with `scipy` in `requirements-hyperopt.txt`
|
|
types-cachetools==6.2.0.20250827
|
|
types-filelock==3.2.7
|
|
types-requests==2.32.4.20250809
|
|
types-tabulate==0.9.0.20241207
|
|
types-python-dateutil==2.9.0.20250822
|