class Dependabot::Uv::UpdateChecker

def toml_content

def toml_content
  @toml_content ||= TomlRB.parse(pyproject.content)
end