class Dependabot::Uv::UpdateChecker

def latest_version_resolvable_with_full_unlock?

def latest_version_resolvable_with_full_unlock?
  # Full unlock checks aren't implemented for Python (yet)
  false
end