coverage==7.15.1
flake8==3.8.4
pytest-cov==6.3.0

# Test requirements
pytest>=9.1.1
parameterized==0.9.0
pyelftools~=0.33 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==26.5.1
ruff==0.16.5
