# Development dependencies
-r requirements.txt

# Testing
pytest>=8.0.0,<9.0.0
pytest-cov>=4.0.0,<5.0.0
pytest-asyncio>=0.23.0,<1.0.0

# Linting
flake8>=7.0.0
black>=24.0.0
isort>=5.13.0

# Security
bandit>=1.7.0
safety>=3.0.0

# Type checking
mypy>=1.8.0

# Release automation
toml>=0.10.2
build>=1.0.0
twine>=5.0.0
