# Testing
pytest>=7.3.1,<9.0.0
pytest-asyncio>=0.21.0,<0.24.0
pytest-cov>=4.1.0,<6.0.0

# Code quality
black>=23.3.0,<25.0.0
isort>=5.12.0,<6.0.0
flake8>=6.0.0,<8.0.0
mypy>=1.8.0,<2.0.0
pre-commit>=3.0.0,<4.0.0

# Documentation
mkdocs>=1.5.0,<1.7.0
mkdocs-material>=9.1.15,<10.0.0
types-pyyaml>=6.0.0,<7.0.0
