This guide shows the most common depup workflows.
depup scan
Shows all declared dependencies and where they are defined.
depup scan --latest
Adds latest available versions from PyPI and update type.
depup scan --env --latest
Checks packages installed in the current Python environment.
depup scan --latest --check
0: all dependencies up to date1: outdated dependencies founddepup scan --latest --json
depup scan --latest --report deps.md
depup upgrade --dry-run