class Dependabot::Uv::FileUpdater::LockFileUpdater

def sanitize(pyproject_content)

def sanitize(pyproject_content)
  PyprojectPreparer
    .new(pyproject_content: pyproject_content)
    .sanitize
end