# Testing
pytest>=7.4.0
pytest-cov>=4.1.0

# Code formatting
black>=23.0.0

# Linting
ruff>=0.1.0

# Type checking
mypy>=1.5.0
