class Dependabot::Uv::FileUpdater::LockFileUpdater
def prepared_pyproject
def prepared_pyproject @prepared_pyproject ||= begin content = updated_pyproject_content content = sanitize(content) content = freeze_other_dependencies(content) content end end