class Dependabot::Uv::FileUpdater::LockFileUpdater

def prepared_pyproject

def prepared_pyproject
  @prepared_pyproject ||=
    begin
      content = updated_pyproject_content
      content = sanitize(T.must(content))
      content
    end
end