class Dependabot::Uv::UpdateChecker::LatestVersionFinder
def latest_version_with_no_unlock(python_version: nil)
def latest_version_with_no_unlock(python_version: nil) @latest_version_with_no_unlock ||= fetch_latest_version_with_no_unlock(python_version: python_version) end