Merge pull request #12518 from freqtrade/dependabot/pip/develop/pytest-9513a616b5

chore(deps-dev): bump the pytest group with 2 updates
This commit is contained in:
Matthias
2025-11-17 19:23:24 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*"
known_first_party = ["freqtrade_client"]
[tool.pytest.ini_options]
# TODO: should be migrated to [tool.pytest] as support for this was added in 9.0
log_format = "%(asctime)s %(levelname)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"

View File

@@ -9,8 +9,8 @@
ruff==0.14.4
mypy==1.18.2
pre-commit==4.4.0
pytest==8.4.2
pytest-asyncio==1.2.0
pytest==9.0.1
pytest-asyncio==1.3.0
pytest-cov==7.0.0
pytest-mock==3.15.1
pytest-random-order==1.2.0