# Security
bandit>=1.7.5
safety>=2.3.5
mypy>=1.0.0

# Testing
pytest>=7.3.1
pytest-cov>=4.1.0
pytest-mock>=3.10.0
pytest-asyncio>=0.21.0
hypothesis>=6.75.3

# Code Quality
black>=23.3.0
isort>=5.12.0
ruff>=0.5.0
pre-commit>=3.3.3

# Type Checking
types-requests>=2.31.0.1
types-PyYAML>=6.0.12.12

# Documentation
mkdocs>=1.4.0
mkdocs-material
mkdocstrings>=0.19.0
mkdocs-jupyter
pymdown-extensions>=10.3
mkdocstrings[python]>=0.19.0
mkdocs-autoapi[python]>=0.3.2
