mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 13:14:41 +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.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||