class Dependabot::Python::FileUpdater::PipfilePreparer

def pipfile_sources

def pipfile_sources
  @pipfile_sources ||= T.let(TomlRB.parse(pipfile_content).fetch("source", []),
                             T.nilable(T::Array[T::Hash[String, String]]))
end