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