# Development dependencies
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
pytest-asyncio>=0.21.0
coverage>=7.3.0

# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
isort>=5.12.0

# Security
bandit>=1.7.5
safety>=2.3.0

# Performance testing
pytest-benchmark>=4.0.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
