# Formatting
black==23.7.0
pylint>=3.0.0,<3.2.0  # 3.0.x/3.1.x supports Python 3.8+ and Python 3.12 type syntax

# Testing
pytest-cov==2.12.1
parameterized==0.9.0