class Dependabot::Uv::FileUpdater::PyprojectPreparer
def parse_lockfile(content)
def parse_lockfile(content) TomlRB.parse(content) rescue TomlRB::ParseError {} # Return empty hash if parsing fails end
def parse_lockfile(content) TomlRB.parse(content) rescue TomlRB::ParseError {} # Return empty hash if parsing fails end