# Development Dependencies for Testing

# Testing framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0

# Code quality
black==24.10.0
flake8>=6.1.0
pylint>=3.0.0

# Type checking
mypy>=1.5.0
