mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-11 16:34:33 +00:00
## Summary
Similar to `pip list --outdated`, but for `uv tree`.
## Test Plan
Looks like:
```
foo v0.1.0
└── flask v2.0.0 (latest: v3.0.3)
├── click v8.1.7
├── itsdangerous v2.2.0
├── jinja2 v3.1.4
│ └── markupsafe v3.0.2
└── werkzeug v3.1.2
└── markupsafe v3.0.2
```
With `(latest: v3.0.3)` in bold cyan.
|
||
|---|---|---|
| .. | ||
| benchmarks.md | ||
| build_failures.md | ||
| cli.md | ||
| index.md | ||
| platforms.md | ||
| resolver-internals.md | ||
| settings.md | ||
| versioning.md | ||