help wanted
Description
Prompted at https://github.com/astral-sh/uv/issues/3602#issuecomment-2115761269
When a yanked package is pinned in a lockfile and pip compile --upgrade is used and there is no new version of the package in the input range, should we
- Downgrade to the unyanked version
- Error that a yanked version is being used
- Warn that a yanked version is being used
- Silently continue to use the yanked version
Note the yanked package is not pinned in the input requirements.