# Development dependencies - pinned versions
# Managed by Dependabot for automated updates

# Testing
pytest==9.0.2
pytest-cov==7.0.0

# Code formatting and linting
black==26.1.0
flake8==7.3.0
isort==8.0.1
pylint==4.0.5

# Type checking
mypy==1.19.1
types-requests==2.32.4.20260107

# Build and distribution
twine==6.2.0
build==1.4.0
