# dev and test
# ------------
pytest_mock==3.14.0
pytest==8.3.4

# Code linters, formatters, and security scanners
# ------------
black==24.10.0
flake8==7.1.1
flake8-coding==1.3.2
pre-commit==4.0.1
isort==5.13.2
mypy==1.13.0
pylint
bandit==1.8.0
pydocstringformatter==0.7.3
tox==4.23.2
codespell==2.3.0

# project dependencies
# ------------
pydantic==2.10.4
