audit_dependencies
Audit Python dependencies to uncover outdated, missing, or fixed-version packages by scanning pyproject.toml, requirements files, and setup.py/setup.cfg.
Instructions
Audit Python project dependencies for outdated, missing or pinned-to-fixed-version packages. Reads pyproject.toml, requirements*.txt and setup.py/setup.cfg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository or project root directory. | . |