# requirements-dev.txt
# Development and testing dependencies

# Include runtime requirements
-r requirements.txt
# pytest 9.0.3+ fixes CVE-2025-71176 and requires Python 3.10+.
pytest>=9.0.3,<10.0.0
pytest-cov>=4.0.0,<5.0.0
pytest-mock>=3.10.0,<4.0.0
pytest-asyncio>=1.0.0,<2.0.0
flake8>=6.0.0,<7.0.0
mypy>=1.0.0,<2.0.00
