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

chore(deps-dev): bump the pytest group with 2 updates
pull/12530/head
Matthias 5 months ago committed by GitHub
commit 8ae8b615b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

@ -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

Loading…
Cancel
Save