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

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

# formatter
black==26.3.1
ruff==0.15.11
