# requirements-dev.txt - Python 3.13.5 compatible
# Database migrations
alembic>=1.14.0

# Linting and formatting tools
black>=24.10.0
isort>=5.13.2
ruff==0.8.4  # Pinned — must match pre-commit hook and local version
mypy>=1.13.0

# Pre-commit hooks
pre-commit>=3.6.0
